R/requireAllBook1.R

Defines functions require.RbcBook1 .RbcBook1.pkgs

Documented in require.RbcBook1

.RbcBook1.pkgs = function() c(
  "affycomp", "affydata", "affypdnn", "affyPLM", "ALL", "ALLMLL",
"AnnBuilder", "AmpAffyExample", "annaffy", "arrayQuality",
"beta7", "bioDist", "cMAP", "CoCiteStats", "convert",
"e1071", "edd", "estrogen", "exactRankTests", "facsDorit",
"factDesign", "gbm", "gcrma", "golubEsets", "GOstats", "gpls",
"graph", "hexbin", "hgu133a", "hgu133acdf", "hgu133bcdf", "hgu95av2",
"hgu95av2cdf", "hgu95av2probe", "hopach", "hu6800cdf", "hu6800probe",
"humanLLMappings", "ipred", "KEGG", "KEGGSOAP", "kidpack", "limma", "locfit", 
"LogitBoost", "matchprobes", "mclust", "mlbench", "MLInterfaces",
"multtest", "pamr", "prada", "PROcess", "ProData", "randomForest",
"RBGL", "Rgraphviz", "rrcov", "simpleaffy", "sma", "SpikeInSubset", "statmod",
"vsn", "XML", "xtable", "YEAST", "yeastExpData")

## install.from.svn = function(madman="../../../madman/Rpacks") {
##  pkgs <- .RbcBook1.pkgs 
##  ... bla...bla
## }


require.RbcBook1 = function() {
  pkgs = .RbcBook1.pkgs()
  res = sapply(pkgs, require, character.only=TRUE)
  if(any(!res))
    stop(paste("There were error(s) loading the following package(s):\n", pkgs[!res]))
  return(search())
}

Try the RbcBook1 package in your browser

Any scripts or data that you put into this service are public.

RbcBook1 documentation built on Nov. 8, 2020, 7:18 p.m.