-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathDESCRIPTION
59 lines (59 loc) · 1.95 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
Package: r2dii.plot
Title: Visualize the Climate Scenario Alignment of a Financial Portfolio
Version: 0.4.0.9001
Authors@R:
c(person(given = "Monika",
family = "Furdyna",
role = c("aut", "ctr", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0002-3728-0646")),
person(given = "Mauro",
family = "Lepore",
role = c("aut", "ctr"),
email = "[email protected]",
comment = c(ORCID = "0000-0002-1986-7988")),
person(given = "Alex",
family = "Axthelm",
role = c("aut", "ctr"),
email = "[email protected]",
comment = c(ORCID = "0000-0001-8579-8565")),
person(given = "Rocky Mountain Institute",
role = c("cph", "fnd"),
email = "[email protected]"))
Description: Create plots to visualize the alignment of a corporate
lending financial portfolio to climate change scenarios based on
climate indicators (production and emission intensities) across key
climate relevant sectors of the 'PACTA' methodology (Paris Agreement Capital
Transition Assessment; <https://www.transitionmonitor.com/>).
Financial institutions use 'PACTA' to study how their capital
allocation decisions align with climate change mitigation goals.
License: MIT + file LICENSE
URL: https://github.com/RMI-PACTA/r2dii.plot,
https://rmi-pacta.github.io/r2dii.plot/
BugReports: https://github.com/RMI-PACTA/r2dii.plot/issues
Depends:
R (>= 3.4)
Imports:
dplyr,
ggplot2,
ggrepel,
glue,
magrittr,
r2dii.data,
rlang,
stringr,
scales
Suggests:
covr,
r2dii.analysis,
r2dii.match,
rmarkdown,
spelling,
testthat (>= 3.0.0)
Config/testthat/edition: 3
Config/Needs/website: rmi-pacta/pacta.pkgdown.rmitemplate
Encoding: UTF-8
Language: en-US
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2