Error in bioClite instructions
1
0
Entering edit mode
@peter-robinson-529
Last seen 9.6 years ago
Dear list, on the page http://www.bioconductor.org/docs/install-howto.html the command biocLite(c("pkg1", "pkg2")) is recommended to install pkg1 and pkg2. On my system (linux, R 2.1, Bioconductor 1.6), this gives an error: > biocLite(c=("affyPLM")) Running bioCLite version 0.1 with R version 2.1.1 Running biocinstall version 1.2 with R version 2.1.1 Warning: unable to access index for repository affyPLM dependencies 'affy', 'affydata', 'affyPLM', 'annaffy', 'annotate', 'Biobase', 'Biostrings', 'DynDoc', 'gcrma', 'genefilter', 'geneplotter', 'hgu95av2', 'limma', 'marray', 'matchprobes', 'multtest', 'reposTools', 'ROC', 'vsn', 'xtable' are not available The following works: > biocLite(pkgs=("affyPLM")) Unless there is something strange going on in my installation, the installation instructions might need to be changed to this effect. cheers & thanks for this wonderful tool! Peter
• 697 views
ADD COMMENT
0
Entering edit mode
@benilton-carvalho-1375
Last seen 4.1 years ago
Brazil/Campinas/UNICAMP
> biocLite(c("pkg1", "pkg2")) > is recommended to install pkg1 and pkg2. On my system (linux, R 2.1, Bioconductor 1.6), this gives an error: > >> biocLite(c=("affyPLM")) Peter, I think this fails because there is no "=" between the 'c' and the '(' try: biocLite(c("affyPLM")) tks, b.
ADD COMMENT

Login before adding your answer.

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