Skip to content

Releases: ropensci/hoardr

hoardr v0.5.4

23 Jan 10:20
f644273
Compare
Choose a tag to compare

This patch release was issued in response to a notification from CRAN team regarding a recently emerged test failure.

CHANGES

  • No changes in functionality or documentation
  • Minor updates within unit tests

hoardr v0.5.3

26 Jan 20:43
5ac356c
Compare
Choose a tag to compare

CHANGES

Patch release issued because the maintainer of the project had changed.

hoardr v0.5.2

01 Dec 23:40
Compare
Choose a tag to compare

BUG FIXES

  • Important fix: HoardClient, called by hoardr() function, was storing the cache path in an environment inside the R6 class. If multiple instances of HoardClient exist in the same R session, the cache path for any one then affects all others. Fixed by storing as a private variable int he R6 class instead of in an environment (#14)

hoardr v0.5.0

14 Oct 15:45
Compare
Choose a tag to compare

NEW FEATURES

  • Gains new method on the HoardClient object to check if one or more files exist, returning a data.frame (#10)
  • cache_path_set() method on HoardClient gains new parameter full_path to make the base cache path directly with a full path rather than using the three other parameters (path, type, and prefix) (#12)

hoardr v0.2.0

09 May 23:09
Compare
Choose a tag to compare

CHANGES

  • Compliance with CRAN policies about writing to users disk (#6)

MINOR IMPROVEMENTS

  • Improved documentation (#7)

BUG FIXES

  • Change key() and keys() to use file=TRUE (#8)
  • Fix R6 import warning (#5)

hoardr v0.1.0

21 Apr 15:48
Compare
Choose a tag to compare

NEW FEATURES

  • released to CRAN