Problem installing altcdfenvs
2
0
Entering edit mode
@barry-zeeberg-732
Last seen 9.7 years ago
I am using R version 2.0.1 on mac os 10.3.6 Here is a transcript showing the problem: > source("http://www.bioconductor.org/getBioC.R") > > getBioC() > library(altcdfenvs) Error in library(altcdfenvs) : There is no package called 'altcdfenvs' trying URL `http://cran.r-project.org/bin/macosx/2.0/PACKAGES' Content type `text/plain; charset=iso-8859-1' length 18693 bytes opened URL Please advise. Barry Zeeberg NIH/NCI/LMP/GBG
• 751 views
ADD COMMENT
0
Entering edit mode
@james-w-macdonald-5106
Last seen 1 hour ago
United States
Barry Zeeberg wrote: > I am using R version 2.0.1 on mac os 10.3.6 > > Here is a transcript showing the problem: > > >>source("http://www.bioconductor.org/getBioC.R") >> >>getBioC() > > >>library(altcdfenvs) getBioC() won't get you altcdfenvs (it's not part of the 'stock' download). This will: library(reposTools) install.packages2("altcdfenvs") Jim > > Error in library(altcdfenvs) : There is no package called 'altcdfenvs' > trying URL `http://cran.r-project.org/bin/macosx/2.0/PACKAGES' > Content type `text/plain; charset=iso-8859-1' length 18693 bytes > opened URL > > > Please advise. > Barry Zeeberg > NIH/NCI/LMP/GBG > > _______________________________________________ > Bioconductor mailing list > Bioconductor@stat.math.ethz.ch > https://stat.ethz.ch/mailman/listinfo/bioconductor -- James W. MacDonald Affymetrix and cDNA Microarray Core University of Michigan Cancer Center 1500 E. Medical Center Drive 7410 CCGC Ann Arbor MI 48109
ADD COMMENT
0
Entering edit mode
@tiago-r-magalhaes-200
Last seen 9.7 years ago
I don't know your level of R, so if I am being too simplistic, I am sorry, anyway: Check where the folder altcdfenvs was located (you have two options, you can decide to install it in the folder Library inside the folder HD/Library/Frameworks/R or under Users/'yourname'/Library/R/library (when doing getBioC() you were probably asked where to install it) if you have the folder altcdfenvs in in one of those folders and library(altcdfenvs) still gives you an error, then maybe you need to give the right path inside R so that the libraries are read in all the folders that you have libraries in I think this can be done by using the function: .libPaths(new) (new being the path to the folder: "Users/yourname/library" The other solution, would be to place your library in the library from frameworks, where it should work hope this helps From: Barry Zeeberg <zeebergb@mail.nih.gov> Subject: [BioC] Problem installing altcdfenvs To: <bioconductor@stat.math.ethz.ch> Message-ID: <bdc288a9.2d89%zeebergb@mail.nih.gov> Content-Type: text/plain; charset="US-ASCII" I am using R version 2.0.1 on mac os 10.3.6 Here is a transcript showing the problem: > source("http://www.bioconductor.org/getBioC.R") > > getBioC() > library(altcdfenvs) Error in library(altcdfenvs) : There is no package called 'altcdfenvs' trying URL `http://cran.r-project.org/bin/macosx/2.0/PACKAGES' Content type `text/plain; charset=iso-8859-1' length 18693 bytes opened URL Please advise. Barry Zeeberg NIH/NCI/LMP/GBG [[alternative HTML version deleted]]
ADD COMMENT

Login before adding your answer.

Traffic: 766 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