This repository was archived by the owner on Dec 14, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 72
Expand file tree
/
Copy pathDESCRIPTION
More file actions
64 lines (64 loc) · 1.48 KB
/
DESCRIPTION
File metadata and controls
64 lines (64 loc) · 1.48 KB
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
Package: PACTA.analysis
Title: Helpers for 'PACTA_analysis'
Version: 0.0.0.9000
Authors@R:
c(person(given = "CJ",
family = "Yetman",
role = c("aut", "cre"),
email = "cj@cjyetman.com",
comment = c(ORCID = "0000-0001-5099-9500")),
person(given = "Clare",
family = "Murray",
role = "aut",
email = "clare@2degrees-investing.org"),
person(given = "Jacob",
family = "Kastl",
role = "aut",
email = "jacob.kastl@gmail.com"),
person(given = "Mauro",
family = "Lepore",
role = c("aut"),
email = "maurolepore@gmail.com",
comment = c(ORCID = "0000-0002-1986-7988")),
person(given = "2 Degrees Investing Initiative",
role = c("cph", "fnd"),
email = "contact@2degrees-investing.org"))
Description: For more information visit
<https://2degrees-investing.org/>.
License: MIT + file LICENSE
Depends:
R (>= 3.5)
Imports:
config,
countrycode,
dplyr,
fs,
fst,
glue,
here,
janitor,
jsonlite,
magrittr,
progress,
purrr,
readr (>= 2.1.0),
rlang,
rmarkdown,
stringi,
tibble,
tidyr,
vctrs,
vroom
Suggests:
callr,
devtools,
knitr,
lintr,
testthat (>= 3.0.0),
withr,
yaml
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.0
Config/testthat/edition: 3
VignetteBuilder: knitr