switchTo("mynewlib")
Switched to the 'mynewlib' computing environment. 29 packages are currently available. Packages installed in your site library ARE suppressed. To switch back to your previous environment type switchBack()
switchBack()
Reverted to the 'recreate' computing environment. 33 packages are currently available. Packages installed in your site library ARE suppressed. To switch back to your previous environment type switchBack()
switchTo("mynewlib")
Switched to the 'mynewlib' computing environment. 29 packages are currently available. Packages installed in your site library ARE suppressed. To switch back to your previous environment type switchBack()
man = GithubManifest("gmbecker/fastdigest", "gmbecker/RCacheSuite", "duncantl/CodeDepends") man
A package manifest (PkgManifest object) Contains 3 packages and 5 dependency repositories Packages: name type 1 fastdigest git 2 RCacheSuite git 3 CodeDepends git
install_packages("RCacheSuite", man)
head(installed.packages()[,c("Package", "Version")], 4)
Package Version CodeDepends "CodeDepends" "0.3-5" fastdigest "fastdigest" "0.5-1" RCacheSuite "RCacheSuite" "0.0-1" XML "XML" "3.98-1.1"
man2 = libManifest() man2
A seeding manifest (SessionManifest object) Describes a cohort of 4 package versions. 4 packages are listed in the underlying package manifest Package versions: name version 1 CodeDepends 0.3-5 2 fastdigest 0.5-1 3 RCacheSuite 0.0-1 4 XML 3.98-1.1
switchTo("recreate", seed = man2)
library(switchrGist) publishManifest(man, Gist())
man3.0 = rVersionManifest("3.0.0") man3.0
"..." "..." 5005 "zmatrix" "tarball" 5006 "zoeppritz" "tarball" 5007 "zoo" "tarball" 5008 "zooimage" "tarball" 5009 "zyp" "tarball"
http://github.com/gmbecker/switchr http://github.com/gmbecker/switchrGist