-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
65 lines (65 loc) · 1.61 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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
Package: pal
Title: Friendly Convenience/Utility Functions
Version: 0.0.9102
Authors@R:
person("Salim", "Brüggemann", , "salim@rpkg.dev", role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-5329-5987"))
Description: A collection of convenience/utility functions complementing
base R and the tidyverse.
License: AGPL (>= 3)
URL: https://pal.rpkg.dev, https://gitlab.com/rpkg.dev/pal
BugReports: https://gitlab.com/rpkg.dev/pal/-/issues
Depends:
R (>= 4.4)
Imports:
checkmate (>= 2.2.0),
cli (>= 3.6.2),
dplyr (>= 1.1.0),
fs (>= 1.5.0),
glue (>= 1.4.2),
lifecycle (>= 1.0.4),
magrittr (>= 2.0.1),
methods,
purrr (>= 1.0.0),
rlang (>= 1.0.0),
stringr (>= 1.5.0),
tibble (>= 3.1.4),
utils,
vctrs (>= 0.6.5)
Suggests:
brio (>= 1.1.0),
commonmark (>= 1.9.0),
desc (>= 1.4.0),
downlit (>= 0.4.3),
gert (>= 1.9.2),
git2r (>= 0.33.0),
htmltools (>= 0.5.2),
httr2 (>= 0.2.3),
knitr (>= 1.41),
mime (>= 0.12),
pander (>= 0.6.3),
pkgsnip (>= 0.0.9037),
rappdirs (>= 0.3.3),
RcppTOML (>= 0.1.7),
readr (>= 1.4.0),
rmarkdown (>= 2.1),
roxygen2 (>= 7.1.2),
rprojroot (>= 2.0.3),
rstudioapi (>= 0.11),
rvest (>= 1.0.2),
testthat (>= 3.0.0),
tinkr (>= 0.1.0),
usethis (>= 2.1.5),
waldo (>= 0.2.3),
withr (>= 2.4.1),
xfun (>= 0.26),
xml2 (>= 1.3.2),
xslt (>= 1.4.3)
Remotes:
gitlab::rpkg.dev/pkgsnip
Config/Needs/website: gitlab::rpkg.dev/pkgdown.tpl
Config/testthat/edition: 3
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2.9000