Entering edit mode
reventropy2003
▴
10
@reventropy2003-14321
Last seen 6.2 years ago
It looks like the new release has moved away from biocLite and is now using the BiocManager. R is telling me that the package is not available for version 3.4.1. The version of R I'm using is only a year old and I'd rather not upgrade to an unstable release. Is there a workaround?
For previous versions of R / Bioconductor, the 'old fashioned' approach of using biocLite() should still work. What are you trying to do?
I'm trying to install bioconductor and/or any bioconductor package using the instructions on the install page. When I try to install bioconductor using:
It says my R version (3.4.1) is incompatible. Because of this I cannot install any package because I don't have BiocManager installed. The package I was originally trying to install was "
BioSeqClass".
If you want to use an old version of Bioconductor, use the old mechanism for installation
Okay. I was able to reinstall Bioconductor and the packages I needed using biocLite. Why have all of the references to biocLite been removed from the Bioconductor install pages? This change is likely going to cause mass frustration for the majority of users who don't have the newest version of R.
I'm in the exact same boat and this is frustrating. I don't have access to the newest version of R, and need this for running important statistics. I'm currently relying on Google's cached version of bioconductor's help pages, and that's no good!