Skip to content
andrie edited this page Oct 3, 2014 · 28 revisions

checkpoint

Part of the Reproducible R Toolkit

checkpoint is a package to help do reproducible work in R.

Where to get started?

Check out:

checkpoint-server

For information about checkpoint-server, refer to https://github.com/RevolutionAnalytics/checkpoint-server

Examples

Create a checkpoint project

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

Refresh repository

To update the packages in the project, simply run checkpoint() again().

checkpoint(snapshotdate = "2014-09-17")
Clone this wiki locally