Releases: RevolutionAnalytics/checkpoint
Releases · RevolutionAnalytics/checkpoint
v0.3.14
Enhancements:
- Automatically add
knitrandrmarkdownpackages if.Rmdfiles found #173- This behaviour is controlled by the
auto.install.knitrargument (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.knitrto forcecheckpoint()to useknitr::knit()to scan.Rnwfiles.
- 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
checkpointpackage:- 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
knitrwith 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