-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathDESCRIPTION
More file actions
32 lines (32 loc) · 901 Bytes
/
DESCRIPTION
File metadata and controls
32 lines (32 loc) · 901 Bytes
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: funky
Title: Canonicalized R package configuration
Version: 0.0.9000
Authors@R:
person("Salim", "Brüggemann", , "salim@rpkg.dev", role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-5329-5987"))
Description: A canonicalized way to R package configuration striving for
user and developer convenience alike.
License: AGPL (>= 3)
URL: https://funky.rpkg.dev, https://gitlab.com/rpkg.dev/funky
BugReports: https://gitlab.com/rpkg.dev/funky/-/issues
Depends:
R (>= 3.5)
Imports:
checkmate (>= 2.3.2),
cli (>= 3.6.4),
constructive (>= 1.1.0),
dplyr (>= 1.1.4),
magrittr (>= 2.0.3),
pal (>= 0.0.9102),
purrr (>= 1.0.4),
rlang (>= 1.1.5),
stringr (>= 1.5.1),
tidyr (>= 1.3.1),
utils,
vctrs (>= 0.6.5)
Remotes:
gitlab::rpkg.dev/pal
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2.9000