Skip to content

Commit b8197b9

Browse files
committed
Merge branch 'master' into dev
2 parents bd82652 + 8733711 commit b8197b9

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
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.4
20-
Date: 2015-01-14
19+
Version: 0.3.5
20+
Date: 2015-01-22
2121
Author: Revolution Analytics
2222
Maintainer: Andrie de Vries <[email protected]>
2323
Copyright: Revolution Analytics

man/checkpoint.Rd

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,17 @@
33
\alias{checkpoint}
44
\title{Configures R session to use packages as they existed on CRAN at time of snapshot.}
55
\usage{
6-
checkpoint(snapshotDate, project = getwd(), verbose = TRUE)
6+
checkpoint(snapshotDate, project = getwd(), verbose = TRUE,
7+
use.knitr = system.file(package = "knitr") != "")
78
}
89
\arguments{
910
\item{snapshotDate}{Date of snapshot to use in \code{YYYY-MM-DD} format,e.g. \code{"2014-09-17"}. Specify a date on or after \code{"2014-09-17"}. MRAN takes one snapshot per day.}
1011

1112
\item{project}{A project path. This is the path to the root of the project that references the packages to be installed from the MRAN snapshot for the date specified for \code{snapshotDate}. Defaults to current working directory using \code{\link{getwd}()}.}
1213

1314
\item{verbose}{If TRUE, displays progress messages.}
15+
16+
\item{use.knitr}{If TRUE, uses parses all \code{Rmarkdown} files using the \code{knitr} package.}
1417
}
1518
\value{
1619
NULL. See the \code{Details} section for side effects.

0 commit comments

Comments
 (0)