-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
47 lines (47 loc) · 1.28 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
47
Package: pkgpins
Title: Facilitates Results Caching in R Packages Using the Pins Package
Version: 0.8.0.9000
Authors@R:
person("Salim", "Brüggemann", , "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-5329-5987"))
Description: pkgpins builds upon the pins package and strives to provide R
package authors a simple and standardized way to cache results on the
filesystem in a suitable user directory.
License: AGPL (>= 3)
URL: https://pkgpins.rpkg.dev, https://gitlab.com/rpkg.dev/pkgpins
BugReports: https://gitlab.com/rpkg.dev/pkgpins/issues
Depends:
R (>= 4.2)
Imports:
checkmate (>= 2.0.0),
cli (>= 3.0.1),
dplyr (>= 1.1.0),
fs (>= 1.5.2),
glue (>= 1.4.2),
lubridate (>= 1.7.9),
magrittr (>= 2.0.1),
pins (>= 1.0.0),
purrr (>= 1.0.0),
qs (>= 0.25.1),
rlang (>= 1.0.0),
stringr (>= 1.4.0),
tools,
utils,
yaml (>= 2.2.1)
Suggests:
bench,
jsonlite,
pal (>= 0.0.9093),
pkgdown.tpl (>= 0.0.9000),
pkgsnip (>= 0.0.9037),
testthat (>= 3.0.0),
tibble (>= 3.1.5)
Remotes:
gitlab::rpkg.dev/pal,
gitlab::rpkg.dev/pkgdown.tpl,
gitlab::rpkg.dev/pkgsnip
Config/testthat/edition: 3
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2.9000