-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathDESCRIPTION
80 lines (80 loc) · 2.71 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
80
Package: r2dii.match
Title: Tools to Match Corporate Lending Portfolios with Climate Data
Version: 0.3.0.9000
Authors@R:
c(person(given = "Alex",
family = "Axthelm",
role = c("aut", "cre"),
comment = c(ORCID = "0000-0001-8579-8565"),
email = "aaxthelm@rmi.org"),
person(given = "Jackson",
family = "Hoffart",
role = c("aut", "ctr"),
email = "jackson.hoffart@gmail.com",
comment = c(ORCID = "0000-0002-8600-5042")),
person(given = "Mauro",
family = "Lepore",
role = c("aut", "ctr"),
email = "maurolepore@gmail.com",
comment = c(ORCID = "0000-0002-1986-7988")),
person(given = "Klaus",
family = "Hagedorn",
role = "aut",
email = "klaus@2degrees-investing.org"),
person(given = "Florence",
family = "Palandri",
role = "aut",
email = "florence@2degrees-investing.org"),
person(given = "Evgeny",
family = "Petrovsky",
role = "aut"),
person(given = "Jacob",
family = "Kastl",
email = "jacob.kastl@gmail.com",
role = c("ctr"),
comment = c(ORCID = "0009-0000-8281-8129")),
person(given = "RMI",
role = c("cph", "fnd"),
email = "PACTA4banks@rmi.org"))
Description: These tools implement in R a fundamental part of the software
'PACTA' (Paris Agreement Capital Transition Assessment), which is a
free tool that calculates the alignment between financial portfolios
and climate scenarios (<https://www.transitionmonitor.com/>). Financial
institutions use 'PACTA' to study how their capital allocation
decisions align with climate change mitigation goals. This package
matches data from corporate lending portfolios to asset level data
from market-intelligence databases (e.g. power plant capacities,
emission factors, etc.). This is the first step to assess if a
financial portfolio aligns with climate goals.
License: MIT + file LICENSE
URL: https://rmi-pacta.github.io/r2dii.match/,
https://github.com/RMI-PACTA/r2dii.match
BugReports: https://github.com/RMI-PACTA/r2dii.match/issues
Depends:
R (>= 3.4)
Imports:
data.table,
dplyr (>= 0.8.5),
glue,
lifecycle,
magrittr,
purrr,
r2dii.data (>= 0.4.0),
rlang,
stringdist,
stringi,
tibble,
tidyr,
tidyselect,
utils
Suggests:
covr,
rmarkdown,
spelling,
testthat (>= 2.1.0)
Config/testthat/edition: 3
Config/Needs/website: rmi-pacta/pacta.pkgdown.rmitemplate
Encoding: UTF-8
Language: en-US
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2