-
Notifications
You must be signed in to change notification settings - Fork 37
Home
andrie edited this page Oct 3, 2014
·
28 revisions
Part of the Reproducible R Toolkit
checkpoint is a package to help do reproducible work in R.
Check out:
For information about checkpoint-server, refer to https://github.com/RevolutionAnalytics/checkpoint-server
Create a folder that you want your project in, OR go to a folder you already have a project in. Let's say the folder is called ~/myproject. Then run:
checkpoint(snapshotdate = "2014-09-17")You should now have a RRT repository
To update the packages in the project, simply run checkpoint() again().
checkpoint(snapshotdate = "2014-09-17")