r2dii.analysis | Tools to Calculate Climate Targets for Financial Portfolios
kandi X-RAY | r2dii.analysis Summary
kandi X-RAY | r2dii.analysis Summary
r2dii.analysis is a R library. r2dii.analysis has no bugs, it has no vulnerabilities and it has low support. However r2dii.analysis has a Non-SPDX License. You can download it from GitHub.
These tools help you to assess if a financial portfolio aligns with climate goals. They summarize key metrics attributed to the portfolio (e.g. production, emission factors), and calculate targets based on climate scenarios. They implement in R the last step of the free software 'PACTA' (Paris Agreement Capital Transition Assessment; Financial institutions use 'PACTA' to study how their capital allocation impacts the climate.
These tools help you to assess if a financial portfolio aligns with climate goals. They summarize key metrics attributed to the portfolio (e.g. production, emission factors), and calculate targets based on climate scenarios. They implement in R the last step of the free software 'PACTA' (Paris Agreement Capital Transition Assessment; Financial institutions use 'PACTA' to study how their capital allocation impacts the climate.
Support
Quality
Security
License
Reuse
Support
r2dii.analysis has a low active ecosystem.
It has 8 star(s) with 7 fork(s). There are 4 watchers for this library.
It had no major release in the last 12 months.
There are 17 open issues and 155 have been closed. On average issues are closed in 108 days. There are 3 open pull requests and 0 closed requests.
It has a neutral sentiment in the developer community.
The latest version of r2dii.analysis is v0.1.12
Quality
r2dii.analysis has 0 bugs and 0 code smells.
Security
r2dii.analysis has no vulnerabilities reported, and its dependent libraries have no vulnerabilities reported.
r2dii.analysis code analysis shows 0 unresolved vulnerabilities.
There are 0 security hotspots that need review.
License
r2dii.analysis has a Non-SPDX License.
Non-SPDX licenses can be open source with a non SPDX compliant license, or non open source licenses, and you need to review them closely before use.
Reuse
r2dii.analysis releases are available to install and integrate.
Installation instructions, examples and code snippets are available.
It has 218 lines of code, 0 functions and 4 files.
It has low code complexity. Code complexity directly impacts maintainability of the code.
Top functions reviewed by kandi - BETA
kandi's functional review helps you automatically verify the functionalities of the libraries and avoid rework.
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of r2dii.analysis
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of r2dii.analysis
r2dii.analysis Key Features
No Key Features are available at this moment for r2dii.analysis.
r2dii.analysis Examples and Code Snippets
Copy
matched %>%
target_sda(
ald = ald_demo,
co2_intensity_scenario = co2_intensity_scenario_demo
)
#> Warning: Removing ald rows where `emission_factor` is NA
#> # A tibble: 163 × 4
#> sector year emission_factor_metric emissi
Copy
loanbook_joined_to_ald_scenario <- matched %>%
join_ald_scenario(
ald = ald_demo,
scenario = scenario_demo_2020,
region_isos = region_isos_demo
)
# portfolio level
loanbook_joined_to_ald_scenario %>%
summarize_weighted_pro
Copy
library(r2dii.data)
library(r2dii.match)
library(r2dii.analysis)
matched <- match_name(loanbook_demo, ald_demo) %>%
prioritize()
Community Discussions
No Community Discussions are available at this moment for r2dii.analysis.Refer to stack overflow page for discussions.
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install r2dii.analysis
Install the released version of r2dii.analysis from CRAN with:.
Support
For any new features, suggestions and bugs create an issue on GitHub.
If you have any questions check and ask questions on community page Stack Overflow .
Find more information at:
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page