Anything wrong with http://brainarray.mbni.med.umich.edu/bioc/bin/macosx/leopard/contrib/2.13
1
0
Entering edit mode
Peng Yu ▴ 940
@peng-yu-3586
Last seen 9.6 years ago
Hi, R version 2.13.0 (2011-04-13) Copyright (C) 2011 The R Foundation for Statistical Computing ISBN 3-900051-07-0 Platform: x86_64-apple-darwin9.8.0/x86_64 (64-bit) I have the above version of R installed on my MacBook Pro. When I try to install a package, I get the following error. It seems there there is nothing at that URL. Does anybody how to fix the problem? > source("http://www.bioconductor.org/biocLite.R") BioC_mirror = http://bioconductor.org Change using chooseBioCmirror(). > biocLite("nucleR") Using R version 2.13.0, biocinstall version 2.8.4. Installing Bioconductor version 2.8 packages: [1] "nucleR" Please wait... Warning: unable to access index for repository http://brainarray.mbni.med.umich.edu/bioc/bin/macosx/leopard/contrib/2 .13 Warning message: In getDependencies(pkgs, dependencies, available, lib) : package ?nucleR? is not available (for R version 2.13.0) -- Regards, Peng
• 1.2k views
ADD COMMENT
0
Entering edit mode
Peng Yu ▴ 940
@peng-yu-3586
Last seen 9.6 years ago
On Wed, Jan 18, 2012 at 10:28 AM, Peng Yu <pengyu.ut at="" gmail.com=""> wrote: > Hi, > > R version 2.13.0 (2011-04-13) > Copyright (C) 2011 The R Foundation for Statistical Computing > ISBN 3-900051-07-0 > Platform: x86_64-apple-darwin9.8.0/x86_64 (64-bit) > > I have the above version of R installed on my MacBook Pro. When I try > to install a package, I get the following error. It seems there there > is nothing at that URL. ?Does anybody how to fix the problem? > > >> ? ? source("http://www.bioconductor.org/biocLite.R") > BioC_mirror = http://bioconductor.org > Change using chooseBioCmirror(). >> ? ? biocLite("nucleR") > Using R version 2.13.0, biocinstall version 2.8.4. > Installing Bioconductor version 2.8 packages: > [1] "nucleR" > Please wait... > > Warning: unable to access index for repository > http://brainarray.mbni.med.umich.edu/bioc/bin/macosx/leopard/contrib /2.13 > Warning message: > In getDependencies(pkgs, dependencies, available, lib) : > ?package ?nucleR? is not available (for R version 2.13.0) I should have provided the sessionInfo as well. Here is it. > sessionInfo() R version 2.13.0 (2011-04-13) Platform: x86_64-apple-darwin9.8.0/x86_64 (64-bit) locale: [1] en_US.UTF-8/en_US.UTF-8/C/C/en_US.UTF-8/en_US.UTF-8 attached base packages: [1] stats graphics grDevices utils datasets methods base loaded via a namespace (and not attached): [1] tools_2.13.0 -- Regards, Peng
ADD COMMENT
0
Entering edit mode
Hi Peng, Not the optimal solution, but maybe you can download the (source) packages for the chip you want? It looks like "Version 14" are the packages appropriate for R 2.13: http://brainarray.mbni.med.umich.edu/Brainarray/Database/CustomCDF/CDF _download.asp#v14 HTH, -steve On Wed, Jan 18, 2012 at 11:31 AM, Peng Yu <pengyu.ut at="" gmail.com=""> wrote: > On Wed, Jan 18, 2012 at 10:28 AM, Peng Yu <pengyu.ut at="" gmail.com=""> wrote: >> Hi, >> >> R version 2.13.0 (2011-04-13) >> Copyright (C) 2011 The R Foundation for Statistical Computing >> ISBN 3-900051-07-0 >> Platform: x86_64-apple-darwin9.8.0/x86_64 (64-bit) >> >> I have the above version of R installed on my MacBook Pro. When I try >> to install a package, I get the following error. It seems there there >> is nothing at that URL. ?Does anybody how to fix the problem? >> >> >>> ? ? source("http://www.bioconductor.org/biocLite.R") >> BioC_mirror = http://bioconductor.org >> Change using chooseBioCmirror(). >>> ? ? biocLite("nucleR") >> Using R version 2.13.0, biocinstall version 2.8.4. >> Installing Bioconductor version 2.8 packages: >> [1] "nucleR" >> Please wait... >> >> Warning: unable to access index for repository >> http://brainarray.mbni.med.umich.edu/bioc/bin/macosx/leopard/contri b/2.13 >> Warning message: >> In getDependencies(pkgs, dependencies, available, lib) : >> ?package ?nucleR? is not available (for R version 2.13.0) > > I should have provided the sessionInfo as well. Here is it. > >> sessionInfo() > R version 2.13.0 (2011-04-13) > Platform: x86_64-apple-darwin9.8.0/x86_64 (64-bit) > > locale: > [1] en_US.UTF-8/en_US.UTF-8/C/C/en_US.UTF-8/en_US.UTF-8 > > attached base packages: > [1] stats ? ? graphics ?grDevices utils ? ? datasets ?methods ? base > > loaded via a namespace (and not attached): > [1] tools_2.13.0 > > -- > Regards, > Peng > > _______________________________________________ > Bioconductor mailing list > Bioconductor at r-project.org > https://stat.ethz.ch/mailman/listinfo/bioconductor > Search the archives: http://news.gmane.org/gmane.science.biology.informatics.conductor -- Steve Lianoglou Graduate Student: Computational Systems Biology ?| Memorial Sloan-Kettering Cancer Center ?| Weill Medical College of Cornell University Contact Info: http://cbio.mskcc.org/~lianos/contact
ADD REPLY
0
Entering edit mode
On Wed, Jan 18, 2012 at 10:41 AM, Steve Lianoglou <mailinglist.honeypot at="" gmail.com=""> wrote: > Hi Peng, > > Not the optimal solution, but maybe you can download the (source) > packages for the chip you want? > > It looks like "Version 14" are the packages appropriate for R 2.13: > > http://brainarray.mbni.med.umich.edu/Brainarray/Database/CustomCDF/C DF_download.asp#v14 Thanks Steve. I just notice that it says "Bioconductor 2.9 (R-2.14)" on http://watson.nci.nih.gov/bioc_mirror/packages/2.9/bioc/html/nucleR.ht ml. I upgrade my R installation to R-2.14.1. Now the problem is gone. I'm not sure it is requires that R has to be higher than some version, which seems to be unnecessary. -- Regards, Peng
ADD REPLY
0
Entering edit mode
Hi Peng, On Wed, Jan 18, 2012 at 11:54 AM, Peng Yu <pengyu.ut at="" gmail.com=""> wrote: > On Wed, Jan 18, 2012 at 10:41 AM, Steve Lianoglou > <mailinglist.honeypot at="" gmail.com=""> wrote: >> Hi Peng, >> >> Not the optimal solution, but maybe you can download the (source) >> packages for the chip you want? >> >> It looks like "Version 14" are the packages appropriate for R 2.13: >> >> http://brainarray.mbni.med.umich.edu/Brainarray/Database/CustomCDF/ CDF_download.asp#v14 > > > Thanks Steve. > > I just notice that it says "Bioconductor 2.9 (R-2.14)" on > http://watson.nci.nih.gov/bioc_mirror/packages/2.9/bioc/html/nucleR. html. > I upgrade my R installation to R-2.14.1. Now the problem is gone. I'm > not sure it is requires that R has to be higher than some version, > which seems to be unnecessary. On the contrary, it is necessary ;-) As (I think) you know, each release of bioconductor corresponds to a particular version of R. It's possible that some API's (or whatever) change as R matures, and bioconductor packages will track against these. Also, the functionality in bioconductor packages change over time ... for example, in Bioc 2.9, Rsamtools can now read tabix files (where that functionality wasn't available before). Perhaps nucleR depends on some functionality in IRanges, GenomicRanges, ShortRead, or whatever that was not available in previous versions of the package. And lastly, it seems nucleR wasn't in the bioconductor repo before v. 2.9, so ... anyway, I guess you get the idea ... -steve -- Steve Lianoglou Graduate Student: Computational Systems Biology ?| Memorial Sloan-Kettering Cancer Center ?| Weill Medical College of Cornell University Contact Info: http://cbio.mskcc.org/~lianos/contact
ADD REPLY

Login before adding your answer.

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