Releases: ropensci/hoardr
Releases · ropensci/hoardr
hoardr v0.5.4
hoardr v0.5.3
CHANGES
Patch release issued because the maintainer of the project had changed.
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 ofHoardClient
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
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 onHoardClient
gains new parameterfull_path
to make the base cache path directly with a full path rather than using the three other parameters (path
,type
, andprefix
) (#12)
hoardr v0.2.0
hoardr v0.1.0
NEW FEATURES
- released to CRAN