installReps {webbioc} | R Documentation |
Using reposTools, install/update all packages from given repositories.
installReps(repNames = c("BIOCData", "BIOCcdf", "BIOCprobes"), lib = reposToolsLibPaths()[1])
repNames |
A character vector containing repository names. A listing of known repository names can be found with the getReposOption() function. |
lib |
A path to install/update the packages. If this directory does not exist, it will be created (if possible). |
Colin A. Smith webbioc@colinsmith.org