Entering edit mode
9.2 years ago
irritable_phd_syndrome
▴
130
I have installed Bioconductor (see R terminal below):
> source("http://bioconductor.org/biocLite.R")
> biocLite()
.
.
.
Warning in install.packages(update[instlib == l, "Package"], l, contriburl = contriburl, :
'lib = "/usr/lib64/R/library"' is not writable
Would you like to use a personal library instead? (y/n) y
Would you like to create a personal library
~/R/x86_64-redhat-linux-gnu-library/3.2
to install packages into? (y/n) n
If I say no to the default directory, it boots me out of the installation with the error:
Error in install.packages(update[instlib == l, "Package"], l, contriburl = contriburl, : unable to install packages
I want to install the Bioconductor packages in a directory of my choosing without it cluttering up my home directory. How do I do this?
Actually, that does work... i.e.
yields
It appears that it installed easyRNASeq and associated packages in the correct location. It is however still giving me an error and it won't let put the updated source packages in a directory of my choosing.