hoardr
Manage cached files. Contribute to ropensci/hoardr development by creating an account on GitHub.
A cache-directory helper that has shipped nothing but CRAN-triggered patches for seven years.
◆Recent moves
- 1y ago
Paths use forward slashes on every platform
A CRAN-prompted patch whose one real change makes path separators consistent across operating systems. Downstream packages comparing cache paths benefit; nothing else changes.
View source ↗ - 2y ago
Test-only patch for a CRAN failure
The notes state explicitly that no functionality or documentation changed. A release that exists to keep the package on CRAN.
View source ↗ - 3y ago
Patch release for maintainer handover
Issued solely because the project's maintainer changed. No code change at all.
View source ↗ - 7y ago
Fixes cache paths leaking between HoardClient instances
A genuine correctness bug: multiple clients in one session shared a cache path through an environment. Moving it to a private R6 variable is the last substantive fix the package has made.
View source ↗ - 7y ago
File-existence checks and full-path cache configuration
The last feature release, adding a method to test whether cached files exist and a way to set the cache path directly instead of composing it from three parts. Everything after this is maintenance.
View source ↗ - 9y ago
CRAN disk-writing policy compliance
An early adjustment to CRAN's rules on writing to a user's disk, plus small fixes. The pattern of CRAN setting this package's agenda starts here.
View source ↗