[BioC] alias in .Rd and bundles

Robert Gentleman rgentlem@jimmy.harvard.edu
Tue, 2 Apr 2002 18:18:23 -0500


On Tue, Apr 02, 2002 at 12:48:53PM -0800, Anthony Rossini wrote:
> On Tue, 2 Apr 2002, Sandrine Dudoit wrote:
> 
> 
> > 2. I've installed the bundle Bioconductor. Is there a way to load all
> > packages with one command in R, instead of going library(package1),
> > library(package2), etc.?
> 
> Do we need a dummy library, Bioconductor, with 
> 
> .First.lib <- function() {
>   while (library in bioconductor.libraries)
>     require(library)
> }
> 
> It appears that there are numerous subsets that might be of interest, and might not be worth power-loading everything (but it might be worth some kind of "topic/activity" based loader of the above, i.e. Bioconductor.topic("cDNA"), Bioconductor.topic("affy"), or similar activity-sets.
> 
> Comments?


  These all seem reasonable, don't forget that if a package has a
  requires for something else that something else gets loaded with the
  package. 

  For those of us working off of cvs there is an install target for
  the makefile in madman/Rpacks...



> 
> best,
> -tony
> 
> 
> 
> A.J. Rossini                            Rsrch Asst Professor of Biostatistics
> rossini@u.washington.edu                http://software.biostat.washington.edu/
> Biostatistics/Univ. of Washington       206-543-1044 (3286=fax) (Thursdays)
> HIV Vaccine Trials Network/FHCRC        206-667-7025 (4812=fax) (M/Tu/W)
> (Friday location is generally unknown).
> 
> 
> 
> _______________________________________________
> Bioconductor mailing list
> Bioconductor@stat.math.ethz.ch
> http://www.stat.math.ethz.ch/mailman/listinfo/bioconductor

-- 
+---------------------------------------------------------------------------+
| Robert Gentleman                 phone : (617) 632-5250                   |
| Associate Professor              fax:   (617)  632-2444                   |
| Department of Biostatistics      office: M1B28
| Harvard School of Public Health  email: rgentlem@jimmy.dfci.harvard.edu   |
+---------------------------------------------------------------------------+