Skip to content

Instantly share code, notes, and snippets.

@andrie
Created August 28, 2014 13:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save andrie/850139e8514360f664ce to your computer and use it in GitHub Desktop.
Save andrie/850139e8514360f664ce to your computer and use it in GitHub Desktop.
Introducing RRT
# Create RRT repo checkpoint
library(RRT)
checkpoint("2014-08-28")
rrt_browse()
> library(RRT)
New to RRT?
Help: https://github.com/RevolutionAnalytics/RRT/wiki
citation(package='RRT') for the citation
> checkpoint("2014-08-28")
Creating a new RRT repo...
Checking to see if repository exists already...
Checking to make sure rrt directory exists inside your repository...
Creating rrt directory C:/Users/Andrie de Vries/Documents/repotest/rrt/lib/x86_64-w64-mingw32/3.0.3
Looking for packages used in your repository...
... foreach, codetools, iterators, doParallel
Downloading packages used in your repository...
Installing packages...
... No MRAN packages found to install
... Installing from default CRAN mirror
trying URL 'http://cran.revolutionanalytics.com/bin/windows/contrib/3.0/codetools_0.2-8.zip'
Content type 'application/zip' length 44598 bytes (43 Kb)
opened URL
downloaded 43 Kb
trying URL 'http://cran.revolutionanalytics.com/bin/windows/contrib/3.0/doParallel_1.0.8.zip'
Content type 'application/zip' length 183641 bytes (179 Kb)
opened URL
downloaded 179 Kb
trying URL 'http://cran.revolutionanalytics.com/bin/windows/contrib/3.0/foreach_1.4.2.zip'
Content type 'application/zip' length 388428 bytes (379 Kb)
opened URL
downloaded 379 Kb
trying URL 'http://cran.revolutionanalytics.com/bin/windows/contrib/3.0/iterators_1.0.7.zip'
Content type 'application/zip' length 315598 bytes (308 Kb)
opened URL
downloaded 308 Kb
package ‘codetools’ successfully unpacked and MD5 sums checked
package ‘doParallel’ successfully unpacked and MD5 sums checked
package ‘foreach’ successfully unpacked and MD5 sums checked
package ‘iterators’ successfully unpacked and MD5 sums checked
Writing blank user manifest file...
Writing repository locked manifest file...
... checking for package system requirements
... writeManifest: checking for date created
... writeManifest: checking for github
... writeManifest: writing manifest files
Writing repository log file...
>>> RRT initialization completed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment