Skip to content

hoardr v0.5.2

Compare
Choose a tag to compare
@sckott sckott released this 01 Dec 23:40
· 25 commits to master since this release

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)