-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathDESCRIPTION
32 lines (32 loc) · 1.07 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
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
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