Skip to content

Releases: RevolutionAnalytics/checkpoint

v0.4.9 CRAN release

23 Mar 12:59
Compare
Choose a tag to compare
static 2nd vignette

v0.4.0 CRAN release

12 Apr 15:47
Compare
Choose a tag to compare
Rebuild docs

v0.3.2

12 Apr 16:06
Compare
Choose a tag to compare

This version fixed a number of issues that prevented the unit tests from completing successfully on Travis. The test suite was substantially enlarged to cover more of the code base, and this uncovered some issues that prevented checkpoint() to run correctly on older versions of R.

This release was submitted to CRAN, but had to be resubmitted because the building the checkpoint package in the CRAN windows environment threw some warnings.

v0.3.21

31 Mar 14:14
Compare
Choose a tag to compare

Changes:

Add last access date to checkpoint workflow #239

v0.3.20

30 Mar 11:01
Compare
Choose a tag to compare

Enhancements:

  • Track snapshot use and remove unused snapshots #209
  • Do not validate checkpointDate online if scanForPackages = FALSE #234
  • Provide an unCheckpoint() function to reset .libPaths() to user library #124
  • Include vignette to explain how to use checkpoint inside a markdown document #233
  • Add better documentation for setting up a local MRAN URL #237

v0.3.19

16 Mar 13:39
Compare
Choose a tag to compare

Enhancements:

  • Allows querying available snapshots in local checkpoint folder with checkpointArchives()
  • Enable deletion of a local snapshot using checkpointRemove()
  • Add timeout when checking to see if online #324

v0.3.18 CRAN release

28 Oct 20:28
Compare
Choose a tag to compare

Enhancements:

  • Expose a function to delete existing snapshot #228
  • Enable forceInstall=TRUE option to force re-installation of all packages and dependencies #183
  • Prevent accidental invocations in non-project directory #227

v0.3.17

26 Oct 22:01
Compare
Choose a tag to compare

Enhancements:

  • Support file source for mran url, making it possible to use checkpoint() with a local (subset) copy of MRAN. #217 and #218
  • Create log file with information of packages downloaded and file size, #212

Internal changes:

  • Write package test tempfiles inside the session temporary directory, to comply with CRAN policy #225

v0.3.16

13 Apr 17:03
Compare
Choose a tag to compare

This release contains no new functionality, but makes a number of internal changes. These changes keeps the package up to date with the imminent release of R-3.0.0, and also updates some unit tests to comply with CRAN policy.

In addition, all links to https://mran.microsoft.com have been updated to https://mran.microsoft.com

v0.3.15

14 Sep 14:20
Compare
Choose a tag to compare

No new functionality in this release, but fixes CRAN tests in R-devel