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)