Skip to content
Prev 1460 / 21312 Next

[Bioc-devel] How to install a package from bioC devel?

Go to the bioconductor web page, download the package, and all the 
dependencies if required and save them onto a local disk. Then in 
Linux/UNIX/Mac do 'R CMD INSTALL ThePackage.tar.gz' outside of the R 
session and in Windows within an R session select in menu 'Install from 
a local Zip file'. However, please pay attention that those packages 
might be unsupported, not fully tested and even buggy - they are the 
development versions. So if you then encounter problems, be warned.

Best,
Oleg
cstrato wrote: