forked from RMI-PACTA/PACTA_analysis
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
49 lines (49 loc) · 1.16 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
Package: PACTA.analysis
Title: What the Package Does (One Line, Title Case)
Version: 0.0.0.9000
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 = "Clare",
family = "Murray",
role = "aut",
email = "[email protected]"),
person(given = "Jacob",
family = "Kastl",
role = "aut",
email = "[email protected]"),
person(given = "2 Degrees Investing Initiative",
role = c("cph", "fnd"),
email = "[email protected]"))
Description: For more information visit
<https://2degrees-investing.org/>.
License: MIT + file LICENSE
Depends:
R (>= 3.5)
Imports:
config,
conflicted,
dplyr,
fs,
fst,
glue,
here,
janitor,
magrittr,
purrr,
readr,
renv,
rlang,
rmarkdown,
tibble,
usethis,
withr
Suggests:
testthat
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.1