Hi
I want to install a package in Bioconductor. I tried installing it by downloading it through R using the following code
BiocManager::install("Packagename")
But I receive an error message. I have managed to download the package from the web. Is there a way to install packages in Bioconductor from local files similar to other packages in R?
If there is an error you might need to solve that. But once downloaded you can install it from the command line with
R CMD install package.tar.gz