The hardware and bandwidth for this mirror is donated by METANET, the Webhosting and Full Service-Cloud Provider.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]metanet.ch.
testthat::test_check()
failed when full path for cache
dir was tempdir()
. Replaced tempdir()
with a
full path that works (#23).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).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).key()
and keys()
to use
file=TRUE
(#8).These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.