Package: r2dii.match
Title: Tools to Match Financial Portfolios with Climate Data
Version: 0.0.3
Authors@R: 
    c(person(given = "Mauro",
             family = "Lepore",
             role = c("aut", "cre", "ctr"),
             email = "maurolepore@gmail.com",
             comment = c(ORCID = "0000-0002-1986-7988")),
      person(given = "Jackson",
             family = "Hoffart",
             role = "aut",
             email = "jackson@2degrees-investing.org",
             comment = c(ORCID = "0000-0002-8600-5042")),
      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 = "2 Degrees Investing Initiative",
             role = c("cph", "fnd"),
             email = "contact@2degrees-investing.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://2degrees-investing.org/>).
    Financial institutions use 'PACTA' to study how their capital
    allocation impacts the climate. This package matches data from
    financial 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: GPL-3
URL: https://2degreesinvesting.github.io/r2dii.match,
        https://github.com/2DegreesInvesting/r2dii.match
BugReports: https://github.com/2DegreesInvesting/r2dii.match/issues
Depends: R (>= 3.4)
Imports: dplyr (>= 0.8.5), glue, magrittr, purrr, r2dii.data, rlang,
        stringdist, stringi, tibble, tidyr, tidyselect
Suggests: covr, rmarkdown, spelling, testthat (>= 2.1.0)
Encoding: UTF-8
Language: en-US
LazyData: true
RoxygenNote: 7.1.1
NeedsCompilation: no
Packaged: 2020-06-30 01:12:04 UTC; mauro
Author: Mauro Lepore [aut, cre, ctr] (<https://orcid.org/0000-0002-1986-7988>),
  Jackson Hoffart [aut] (<https://orcid.org/0000-0002-8600-5042>),
  Klaus Hagedorn [aut],
  Florence Palandri [aut],
  Evgeny Petrovsky [aut],
  2 Degrees Investing Initiative [cph, fnd]
Maintainer: Mauro Lepore <maurolepore@gmail.com>
Repository: CRAN
Date/Publication: 2020-06-30 14:30:02 UTC
