Skip to content
Prev 7026 / 21312 Next

[Bioc-devel] CRAN package with Bioconductor dependencies

On 03/02/2015 03:18 PM, Laurent Gatto wrote:
biocLite("MSeasy") is easy and works.

Otherwise yes, to install a Bioconductor package using install.packages() 
requires that you've selected (via chooseBioCmirror() or options("BioC_mirror")) 
or provided (e.g., install.packages("MSeasy", 
repos=BiocInstaller::biocinstallRepos()) a Bioconductor repository.

Since the mirror choices provided by chooseBioCmirror() are hard-wired, users of 
R3.0.0 + chooseBioCmirror() will get an older version of Biocondcutor than users 
of 3.0.0 + biocLite().

Martin