-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
33 lines (33 loc) · 1.3 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
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 = "[email protected]"))
License: MIT + file LICENSE
URL: https://docs.ropensci.org/hoardr/,
https://github.com/ropensci/hoardr
BugReports: https://github.com/ropensci/hoardr/issues
VignetteBuilder: knitr
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
NeedsCompilation: no
Packaged: 2025-01-18 15:57:53 UTC; tamas
Author: Scott Chamberlain [aut] (<https://orcid.org/0000-0003-2542-2202>),
Tamás Stirling [ctb, cre]
Maintainer: Tamás Stirling <[email protected]>
Repository: CRAN
Date/Publication: 2025-01-18 16:20:06 UTC