Package: r2dii.match
Title: Tools to Match Corporate Lending Portfolios with Climate Data
Version: 0.1.4
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 = "Rocky Mountain Institute",
             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
Encoding: UTF-8
Language: en-US
RoxygenNote: 7.2.3
NeedsCompilation: no
Packaged: 2023-10-23 14:40:43 UTC; aaxthelm
Author: Alex Axthelm [aut, cre] (<https://orcid.org/0000-0001-8579-8565>),
  Jackson Hoffart [aut, ctr] (<https://orcid.org/0000-0002-8600-5042>),
  Mauro Lepore [aut, ctr] (<https://orcid.org/0000-0002-1986-7988>),
  Klaus Hagedorn [aut],
  Florence Palandri [aut],
  Evgeny Petrovsky [aut],
  Rocky Mountain Institute [cph, fnd]
Maintainer: Alex Axthelm <aaxthelm@rmi.org>
Repository: CRAN
Date/Publication: 2023-10-23 15:50:10 UTC
Built: R 4.2.0; ; 2023-12-22 00:38:34 UTC; unix
