Re: [Rd] R-2.0.0/lib/R/bin/INSTALL (PR#7329)
Martin MOKREJŠ <mmokrejs <at> ribosome.natur.cuni.cz>
2004-11-01 18:54:28 GMT
Dear all,
I tried to follow http://www.bioconductor.org/faq.html#getBioC to install it,
and that's why I got to the problem.
Using getBioC to obtain Bioconductor packages
1. From your R session, type:
source("http://www.bioconductor.org/getBioC.R")
this will download the getBioC functionality into your R session.
2. To install Bioconductor packages, use the function "getBioC" as follows. To download and install the
default packages, type:
getBioC()
For a different subset of packages, use the following values for the libName argument (or "all" for all packages)
o "all" - gets all packages (warning: This is a very large set)
o "affy" - gets packages affy, affycomp, affydata, affyPLM, annaffy, gcrma, makecdfenv, matchprobes,
plus "exprs".
o "cdna" - gets packages marray, vsn, plus "exprs".
o "default" - gets all packages from "affy", "cdna" and "exprs"
o "exprs" - gets packages Biobase, annotate, edd, genefilter, geneploter, globaltest,ROC, MAGEML,
multtest, limma, pamr, siggenes and vsn.
o "graph" - gets packages graph, Rgraphviz and RBGL
o "prog" - gets packages externalVector, graph, hexbin and Ruuid.
o "widgets" - gets packages tkWidgets, widgetTools and DynDoc.
o "database"- gets packages AnnBuilder, SAGElyzer, Rdbi, and RdbiPgSQL.
o "design" - gets packages daMA and factDesign.
o "annotation" - gets packages annotate, AnnBuilder, humanLLMappings, KEGG, GO, SNPtools, makecdfenv,
and ontoTools.
o "analyses" - gets packages Biobase, ctc, daMA, edd, factDesign, genefilter, geneplotter, globaltest,
gpls, limma, RMAGEML, multtest, pamr, ROC, siggenes, and splicegear.
o "externalData" - gets packages externalVector and rhdf5.
(Continue reading)