-
Notifications
You must be signed in to change notification settings - Fork 5
/
DESCRIPTION
46 lines (46 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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
Package: r2dii.utils
Title: General Utility Tools
Version: 0.0.0.9003
Authors@R:
c(person(given = "Mauro",
family = "Lepore",
role = c("aut", "ctr", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0002-1986-7988")),
person(given = "2 Degrees Investing Initiative",
role = c("cph", "fnd"),
email = "[email protected]"))
Description: General utility tools. For more information visit
<https://2degrees-investing.org/>.
License: MIT + file LICENSE
URL: https://github.com/2DegreesInvesting/r2dii.utils
BugReports:
https://github.com/2DegreesInvesting/r2dii.utils/issues
Depends:
R (>= 3.3)
Imports:
config,
dplyr,
ellipsis,
fs,
glue,
janitor (>= 2.0.1.9000),
lifecycle,
magrittr,
purrr,
readr,
rlang,
usethis,
utils
Suggests:
covr,
pkgdown,
rmarkdown,
testthat (>= 2.1.0),
withr
Remotes:
sfirke/janitor
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.0