[BioC] Repository tools
Nicholas Lewin-Koh
nikko@hailmail.net
07 Feb 2003 14:15:24 +0800
Hi,
Following the instructions for installing bioconductor:
> library(reposTools)
Loading required package: Biobase
Welcome to Bioconductor
To view some introductory material -- look at our vignettes
Simply type: openVignette()
to see the available vignettes
To read a vignette see the openVignette help page for details
Creating a new generic function for "summary" in package
Biobase
Attaching package `Biobase':
The following object(s) are masked from package:base :
split summary
> rep <- getReposEntry("BIOCRel1.1")
> install.packages2(rep)
Note: argument `lib' is missing: using /usr/local/lib/R/library
Note: No specified download type, defaulting to Source
Error: attempt to select less than one element
Is the webpage not up to date on how to do this?
Nicholas