Hello,
I am trying to run some Bioconductor and easyRNASeq packages for a biology lab on an HPC system. However, I have been unable to install those R packages. Below are the installation commands, entered from within an R session, and the resulting error messages. Please let me know if you see the resolution to my issue. Thank you
1) Bioconductor
Commands:
source("http://bioconductor.org/biocLite.R")
biocLite()
Error Messages:
Warning message:
installed directory not writable, cannot update packages 'boot', 'class',
'cluster', 'codetools', 'foreign', 'KernSmooth', 'lattice', 'Matrix', 'mgcv',
'nlme', 'nnet', 'rpart', 'spatial', 'survival'
2) easyRNASeq
Commands:
source("http://bioconductor.org/biocLite.R")
biocLite("easyRNASeq")
Errors:
checking for curl-config... no
Cannot find curl-config
ERROR: configuration failed for package ‘RCurl’
* removing ‘/home/mid224/R/x86_64-unknown-linux-gnu-library/3.0/RCurl’
ERROR: dependency ‘RCurl’ is not available for package ‘biomaRt’
* removing ‘/home/mid224/R/x86_64-unknown-linux-gnu-library/3.0/biomaRt’
ERROR: dependency ‘biomaRt’ is not available for package ‘easyRNASeq’
* removing ‘/home/mid224/R/x86_64-unknown-linux-gnu-library/3.0/easyRNASeq’