Releases: RevolutionAnalytics/checkpoint
Releases · RevolutionAnalytics/checkpoint
v0.3.14
Enhancements:
- Automatically add
knitr
andrmarkdown
packages if.Rmd
files found #173- This behaviour is controlled by the
auto.install.knitr
argument (default TRUE)
- This behaviour is controlled by the
- If a snapshot doesn't exist, suggest the previous and next available snapshots #182
Fixes:
- httpsSupported() tries to download non-existent PACKAGES file #205
- Tests should reset .libPaths() environment #204
- If a snapshot doesn't exist, suggest the previous and next available snapshots #182
- If chunk option 'eval' is set to a variable, checkpoint fails #195
- The new version contains better error handling when using
SWeave()
- still the default. - In addition, you can now use the argument
scan.rnw.with.knitr
to forcecheckpoint()
to useknitr::knit()
to scan.Rnw
files.
- The new version contains better error handling when using
v0.3.13
Enhancements
- Uses https by default to download packages (see https://www.r-consortium.org/news/blogs/2015/08/best-practices-using-r-securely).
- New features of the
checkpoint
package:- Defaults to https://mran.revolutionanalytics.com/snapshot by default in R versions 3.2.0 and later, if https support is enabled.
- User modifiable MRAN default URL. To change the URL, use
options(checkpoint.mranUrl = ...)
v0.3.12
v0.3.11
v0.3.10
Enhancements:
- The function
setSnapshot()
allows you to easily set the current CRAN repository to a specific snapshot on MRAN (#148) - Added documentation for setting up
knitr
with checkpoint, thanks to @chatchavan (#172)
Other changes
- Prompt user for permission to write to
~/.checkpoint
, if this folder doesn't exists. This is to comply with CRAN policy.
v0.3.8
New features
- Allow users to select local package library #167
- Add option to run checkpoint() without scanning for packages #162
Enhancements
- Inform user when packages are found that don't exist in MRAN snapshot #170
- Include direct namespace calls with
::
or:::
into scan for packages #166 - Return diagnostic information from checkpoint() #163
- Improve handling of compiler package #159
Bug fixes
- setLibPath fails in Rstudio with Error in x[, 1] #113