Hi all,
I have been trying to install several packages recently, both from R studio and from R and received the following error, for example for one of the packages, using:
BiocManager::install("monocle3")
"package ‘monocle3’ is not available (for R version 4.0.2)". I know that the packages I am looking for are in Bioconductor but cannot install them for some reason.
Any thoughts or recs?
Thanks!
Or better yet
Which if you are on a Windows box requires Rtools to be installed first. And which will get and install whatever dependencies you may need.
As a general rule, it is best to just install pretty much any package using
BiocManager::install
because it automates the install.