-
Notifications
You must be signed in to change notification settings - Fork 15
/
DESCRIPTION
46 lines (46 loc) · 1.11 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
34
35
36
37
38
39
40
41
42
43
44
45
46
Package: pkgcache
Title: Cache 'CRAN'-Like Metadata and R Packages
Version: 2.2.3.9000
Authors@R: c(
person("Gábor", "Csárdi", , "[email protected]", role = c("aut", "cre")),
person("Posit Software, PBC", role = c("cph", "fnd"))
)
Description: Metadata and package cache for CRAN-like repositories. This
is a utility package to be used by package management tools that want
to take advantage of caching.
License: MIT + file LICENSE
URL: https://r-lib.github.io/pkgcache/, https://github.com/r-lib/pkgcache
BugReports: https://github.com/r-lib/pkgcache/issues
Depends:
R (>= 3.4)
Imports:
callr (>= 2.0.4.9000),
cli (>= 3.2.0),
curl (>= 3.2),
filelock,
jsonlite,
processx (>= 3.3.0.9001),
R6,
tools,
utils
Suggests:
covr,
debugme,
desc,
fs,
mockery,
pillar,
pingr,
rprojroot,
sessioninfo,
spelling,
testthat (>= 3.2.0),
webfakes (>= 1.1.5),
withr,
zip
Config/Needs/website: tidyverse/tidytemplate
Config/testthat/edition: 3
Encoding: UTF-8
Language: en-US
Roxygen: list(markdown = TRUE, r6 = FALSE)
RoxygenNote: 7.3.2