Recent Releases of hoardr
hoardr - hoardr v0.5.5
This patch release was issued in response to a notification from CRAN Team regarding recently emerged test failures.
CHANGES
hoardrnow uses forward slashes in paths regardless of the operating system. (#26)
- R
Published by stitam about 1 year ago
hoardr - hoardr v0.5.4
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
- R
Published by stitam about 2 years ago
hoardr - hoardr v0.5.3
CHANGES
Patch release issued because the maintainer of the project had changed.
- R
Published by stitam about 3 years ago
hoardr - hoardr v0.5.2
BUG FIXES
- Important fix:
HoardClient, called byhoardr()function, was storing the cache path in an environment inside the R6 class. If multiple instances ofHoardClientexist 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)
- R
Published by sckott about 7 years ago
hoardr - hoardr v0.5.0
NEW FEATURES
- Gains new method on the
HoardClientobject to check if one or more files exist, returning a data.frame (#10) cache_path_set()method onHoardClientgains new parameterfull_pathto make the base cache path directly with a full path rather than using the three other parameters (path,type, andprefix) (#12)
- R
Published by sckott over 7 years ago
hoardr - hoardr v0.2.0
CHANGES
- Compliance with CRAN policies about writing to users disk (#6)
MINOR IMPROVEMENTS
- Improved documentation (#7)
BUG FIXES
- Change
key()andkeys()to usefile=TRUE(#8) - Fix R6 import warning (#5)
- R
Published by sckott almost 9 years ago