Question: Cannot install snpStats packages
1
zwang10 • 10 wrote:
I follow the instruction from https://www.bioconductor.org/install/. But I got error as following
> source("http://bioconductor.org/biocLite.R")
Warning in install.packages("BiocInstaller", repos = a["BioCsoft", "URL"]) :
'lib = "/share/apps/R/3.1.1/intel/2013.0.028/lib64/R/library"' is not writable
Error in install.packages("BiocInstaller", repos = a["BioCsoft", "URL"]) :
unable to install packages
Calls: source ... eval.parent -> eval -> eval -> eval -> eval -> install.packages
Execution halted
Can someone help me here?
Follow this:
Dear gemini,
sorry but that doesn't work for R 3.6.1
One thing you could try is getting used to conda. Conda lets you manage many different environments with different versions of R. Usually installing packages are as simply as
conda install [package]'
. When using a new package the first thing I do these days is to look and see if it is install-able with condahttps://anaconda.org/bioconda/bioconductor-snpstats