Skip to content

Commit 3eea7f9

Browse files
committed
Bumped version number to 0.3.4
1 parent cf9dd2f commit 3eea7f9

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

DESCRIPTION

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ Description: The goal of checkpoint is to solve the problem of package
1616
Immediately after completion of the rsync mirror process, we take a
1717
snapshot, thus creating the archive. Snapshot archives exist starting from
1818
2014-09-17.
19-
Version: 0.3.3
20-
Date: 2014-10-01
19+
Version: 0.3.4
20+
Date: 2015-01-14
2121
Author: Revolution Analytics
2222
Maintainer: Andrie de Vries <[email protected]>
2323
Copyright: Revolution Analytics

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ This means the remainder of your script will run with the packages from a specif
3434
Sharing your script to be reproducible is as easy as:
3535

3636
- Load the `checkpoint` package using `library(checkpoint)`
37-
- Ensure you specify `checkpoint()` with your checkpoint date, e.g. `checkpoint("2014-09-17")`
37+
- Ensure you specify `checkpoint()` with your checkpoint date, e.g. `checkpoint("2014-10-01")`
3838

3939
Then send this script to your collaborators. When they run this script on their machine, `checkpoint` will perform the same steps of installing the necessary packages, creating the `checkpoint` snapshot folder and producing the same results.
4040

@@ -67,7 +67,7 @@ cat("library(MASS)", "library(foreach)",
6767
# Create a checkpoint by specifying a snapshot date
6868
6969
library(checkpoint)
70-
checkpoint("2014-09-17")
70+
checkpoint("2014-10-01")
7171
7272
# Check that CRAN mirror is set to MRAN snapshot
7373
getOption("repos")
@@ -98,7 +98,7 @@ To install `checkpoint` directly from github, use the `devtools` package. In yo
9898

9999
```
100100
install.packages("devtools")
101-
devtools::install_github("RevolutionAnalytics/checkpoint", ref="v0.3.3")
101+
devtools::install_github("RevolutionAnalytics/checkpoint", ref="v0.3.4")
102102
library("checkpoint")
103103
```
104104

0 commit comments

Comments
 (0)