generated from RMI-PACTA/workflow.template.pacta
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
79 lines (79 loc) · 1.94 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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
Package: pacta.multi.loanbook
Title: Run 'PACTA' on Multiple Loan Books Easily
Version: 0.0.0.9000
Authors@R:
c(
person(
given = "Jacob",
family = "Kastl",
role = c("aut", "cre", "ctr"),
email = "[email protected]",
comment = c(ORCID = "0009-0000-8281-8129")
),
person(
given = "CJ",
family = "Yetman",
role = c("aut", "ctr"),
email = "[email protected]",
comment = c(ORCID = "0000-0001-5099-9500")
),
person(
given = "Monika",
family = "Furdyna",
role = c("aut", "ctr"),
email = "[email protected]",
comment = c(ORCID = "0000-0002-3728-0646")
),
person(
given = "RMI",
role = c("cph", "fnd"),
email = "[email protected]"
)
)
Description: Run Paris Agreement Capital Transition Assessment ('PACTA') analyses
on multiple loan books in a structured way. Provides access to standard
'PACTA' metrics and additional 'PACTA'-related metrics for multiple loan books.
Results take the form of 'csv' files and plots and are exported to
user-specified project paths.
Encoding: UTF-8
Imports:
cli (>= 3.2.0),
config,
dplyr,
ggplot2,
glue,
networkD3,
r2dii.analysis (>= 0.3.0),
r2dii.data (>= 0.5.0),
r2dii.match (>= 0.3.0),
r2dii.plot (>= 0.4.0),
readr (>= 2.0.0),
readxl,
rlang,
scales,
tidyr,
webshot,
yaml,
yesno
Depends:
R (>= 4.1.0)
License: MIT + file LICENSE
RoxygenNote: 7.3.2
Suggests:
gt,
knitr,
pkgdown,
rmarkdown,
usethis,
testthat (>= 3.1.9),
tibble,
withr,
writexl
Config/testthat/edition: 3
Roxygen: list(markdown = TRUE)
Config/Needs/website: rmi-pacta/pacta.pkgdown.rmitemplate
VignetteBuilder: knitr
URL:
https://rmi-pacta.github.io/pacta.multi.loanbook/,
https://github.com/RMI-PACTA/pacta.multi.loanbook/
LazyData: true