Package: hoardr Type: Package Title: Manage Cached Files Description: Suite of tools for managing cached files, targeting use in other R packages. Uses 'rappdirs' for cross-platform paths. Provides utilities to manage cache directories, including targeting files by path or by key; cached directories can be compressed and uncompressed easily to save disk space. Version: 0.5.5 Authors@R: c(person("Scott", "Chamberlain", role = "aut", comment = c(ORCID="0000-0003-2542-2202")), person("Tamás", "Stirling", role = c("ctb", "cre"), email = "stirling.tamas@gmail.com")) License: MIT + file LICENSE URL: https://docs.ropensci.org/hoardr/, https://github.com/ropensci/hoardr BugReports: https://github.com/ropensci/hoardr/issues VignetteBuilder: knitr Roxygen: list(markdown = TRUE) Encoding: UTF-8 Imports: R6, rappdirs, digest Suggests: testthat, knitr, rmarkdown RoxygenNote: 7.3.2 X-schema.org-applicationCategory: Data X-schema.org-keywords: caching, data, files, xml, pdf X-schema.org-isPartOf: https://ropensci.org Config/testthat/edition: 3 Repository: https://ropensci.r-universe.dev Date/Publication: 2025-01-18 15:56:13 UTC RemoteUrl: https://github.com/ropensci/hoardr RemoteRef: master RemoteSha: 7c42ab6cbd4ce0095ba920ebbfbc0a78e6200eeb NeedsCompilation: no Packaged: 2026-07-01 08:18:47 UTC; root Author: Scott Chamberlain [aut] (ORCID: ), Tamás Stirling [ctb, cre] Maintainer: Tamás Stirling