Hello,
I am writing an R package and my dependencies are almost all bioconductor packages. It works on my computer because I already have all of them installed but it does skip them for being unavailable when loading my package. Anybody have a fix?
Thanks!
Can you please explain a bit more?
Please make sure the following commands complete without ERROR or WARNING. This ERROR or WARNING most of the times solve lot of problem.
Well I have the packages on my github and I load them through the devtools packages. In the Description I have my packages stated as such
But I believe when you do that it looks for CRAN repo packages. I need it to get them from bioconductor.
Add a
BiocViews
entry to your package DESCRIPTION. Devtools will then detect your package as a Bioconductor package and add the proper Bioconductor repositories needed to install the dependencies.