if (FALSE) {
## equivalent to install.packages, except it stores
## package provenance and knows about bioconductor repos
install_packages("nlme")
## install from a manifest
man = GithubManifest("gmbecker/fastdigest")
install_packages("fastdigest", man)
## install a full seeding manifest
man2 = makeSeedMan("myotherlib")
install_packages(man2)
}
Run the code above in your browser using DataLab