BioC problem: cannot install moe430a
1
0
Entering edit mode
stefano iacus ▴ 430
@stefano-iacus-995
Last seen 9.6 years ago
On 29/lug/05, at 20:24, Arthur Liberzon wrote: > Dear All! > > Do you know how to install moe430a package on a MacOSX 10.3.9 machine? > > I have R version 2.1.1 and the most recent stable release of > Bioconductor ( I think it's 1.6). > > From within R, I did the following: > > > >> source("http://www.bioconductor.org/getBioC.R") >> getBioC(pkgs="moe430a") >> >> > > HI, there is not such a package in binary form for R for OS X (yet). Meanwhile, you can try to install the package from source by using options(pkgType="source") and then try again with getBioC(pkgs="moe430a") in the hope that there are enough tools on your system to build your package. stefano > And got this message: > > Running getBioC version 0.8 with R version 2.1.1 > Running biocinstall version 1.2 with R version 2.1.1 > Warning message: > cannot open: HTTP status was '404 Not Found' > Warning: unable to access index for repository > http://www.bioconductor.org/packages/data/annotation/stable/bin/ > macosx/ > 2.1 > Warning message: > cannot open: HTTP status was '404 Not Found' > Warning: unable to access index for repository > http://www.bioconductor.org/packages/data/experiment/stable/bin/ > macosx/ > 2.1 > Warning message: > cannot open: HTTP status was '404 Not Found' > Warning: unable to access index for repository > http://www.bioconductor.org/packages/omegahat/stable/bin/macosx/2.1 > Warning message: > cannot open: HTTP status was '404 Not Found' > Warning: unable to access index for repository > http://www.bioconductor.org/packages/lindsey/stable/bin/macosx/2.1 > dependency 'moe430a' is not available > > Thank you, > > Arthur Liberzon > > _______________________________________________ > Bioconductor mailing list > Bioconductor at stat.math.ethz.ch > https://stat.ethz.ch/mailman/listinfo/bioconductor > >
moe430a moe430a • 719 views
ADD COMMENT
0
Entering edit mode
Seth Falcon ★ 7.4k
@seth-falcon-992
Last seen 9.6 years ago
On 29 Jul 2005, liberzon at bu.edu wrote: > Do you know how to install moe430a package on a MacOSX 10.3.9 > machine? > > I have R version 2.1.1 and the most recent stable release of > Bioconductor ( I think it's 1.6). > > From within R, I did the following: > >> source("http://www.bioconductor.org/getBioC.R") >> getBioC(pkgs="moe430a") The error messages could be more clear, but the reason is that moe430a is not available as a binary OS X package. You can try installing the source package: getBioC("moe430a", type="source") Or you could ask on the R OS X SIG email list for someone to build a binary for you. Best, + seth
ADD COMMENT

Login before adding your answer.

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