Error while installing bioconductor on Unix machine
1
0
Entering edit mode
Tapan Mehta ▴ 270
@tapan-mehta-165
Last seen 9.6 years ago
Hello, I am trying to run microarray data this time on Unix machine because it has 1 GB RAM. However I am getting this error when I am trying to run the getBioC() function. getBioC(libName="all") Running getBioC version 1.2.29.... If you encounter problems, first make sure that you are running the latest version of getBioC() which can be found at: www.bioconductor.org/getBioC.R Please direct any concerns or questions to bioconductor@stat.math.ethz.ch. [1] "Installing reposTools ..." /opt/statgen/R-1.6.1/bin/R: sh: not found Error in upDatePkgs(relLevel, PLATFORM, destdir, method = method) : Failed to install package Biobase It would be really helpful if somebody could help me in how to approach this problem. Regards, Tapan Mehta
Microarray reposTools Microarray reposTools • 688 views
ADD COMMENT
0
Entering edit mode
Jeff Gentry ★ 3.9k
@jeff-gentry-12
Last seen 9.6 years ago
> [1] "Installing reposTools ..." > /opt/statgen/R-1.6.1/bin/R: sh: not found > Error in upDatePkgs(relLevel, PLATFORM, destdir, > method = method) : > Failed to install package Biobase This to me looks like your R install is somehow broken. getBioC() uses this to install the first few packages (in Unix): cmd <- paste(file.path(R.home(), "bin", "R"), "CMD INSTALL", fileName) system(cmd) Can you do this manually? IE /opt/statgen/R-1.6.1/bin/R CMD INSTALL XXX where XXX is a source package?
ADD COMMENT

Login before adding your answer.

Traffic: 938 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6