generated from RMI-PACTA/workflow.template.pacta
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Add NEWS.md * use cran comments * update install instructions in README * format attribution of data sources * DESCRIPTION Title in title case, based on extrachecks * update DESCRIPTION Description based on extrachecks * another update to DESCRIPTION Description based on extrachecks * align copyright holder to RMI * update URLs * use canonical form of CRAN URL * polish NEWS.md * build README * comment out CRAN URL for after release * update cran-comments.md * temp add _R_CHECK_CRAN_INCOMING_ * remove _R_CHECK_CRAN_INCOMING_ again * Increment version number to 0.1.0 * use single quotes for unknown words in DESCRIPTION * Revert "Increment version number to 0.1.0" This reverts commit 010acb4. * delete NEWS.md
- Loading branch information
Showing
8 changed files
with
119 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,3 +8,5 @@ | |
^pkgdown$ | ||
^data-raw$ | ||
^codecov\.yml$ | ||
^cran-comments\.md$ | ||
^README\.Rmd$ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
Package: pacta.multi.loanbook | ||
Title: Run PACTA on multiple loan books easily | ||
Title: Run 'PACTA' on Multiple Loan Books Easily | ||
Version: 0.0.0.9000 | ||
Authors@R: | ||
c( | ||
|
@@ -30,10 +30,11 @@ Authors@R: | |
email = "[email protected]" | ||
) | ||
) | ||
Description: This repo allows running PACTA analyses on multiple loan books in a | ||
structured way and provides access to additional PACTA-related metrics for | ||
multiple loan books. Results take the form of csv files and plots and are | ||
exported to specified project paths. | ||
Description: Run Paris Agreement Capital Transition Assessment ('PACTA') analyses | ||
on multiple loan books in a structured way. Provides access to standard | ||
'PACTA' metrics and additional 'PACTA'-related metrics for multiple loan books. | ||
Results take the form of 'csv' files and plots and are exported to | ||
user-specified project paths. | ||
Encoding: UTF-8 | ||
Imports: | ||
cli (>= 3.2.0), | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,53 @@ | ||
--- | ||
output: github_document | ||
--- | ||
|
||
<!-- README.md is generated from README.Rmd. Please edit that file --> | ||
|
||
```{r, include = FALSE} | ||
knitr::opts_chunk$set( | ||
collapse = TRUE, | ||
comment = "#>", | ||
fig.path = "man/figures/README-", | ||
out.width = "100%" | ||
) | ||
``` | ||
|
||
# pacta.multi.loanbook <a href="https://rmi-pacta.github.io/pacta.multi.loanbook/"><img src="man/figures/logo.png" align="right" height="31" /></a> | ||
|
||
|
||
<!-- badges: start --> | ||
[![Lifecycle: experimental](https://img.shields.io/badge/lifecycle-experimental-orange.svg)](https://lifecycle.r-lib.org/articles/stages.html#experimental) | ||
[![R-CMD-check](https://github.com/RMI-PACTA/pacta.multi.loanbook/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/RMI-PACTA/pacta.multi.loanbook/actions/workflows/R-CMD-check.yaml) | ||
<!-- [![CRAN | ||
status](https://www.r-pkg.org/badges/version/pacta.multi.loanbook)](https://CRAN.R-project.org/package=pacta.multi.loanbook) --> | ||
[![codecov](https://app.codecov.io/gh/RMI-PACTA/pacta.multi.loanbook/graph/badge.svg)](https://app.codecov.io/gh/RMI-PACTA/pacta.multi.loanbook) | ||
[![pacta.multi.loanbook status badge](https://rmi-pacta.r-universe.dev/badges/pacta.multi.loanbook)](https://rmi-pacta.r-universe.dev/pacta.multi.loanbook) | ||
<!-- badges: end --> | ||
|
||
The `pacta.multi.loanbook` package offers a standardized, user-friendly way to calculate climate alignment metrics for multiple loan books, based on the PACTA methodology. | ||
|
||
Designed for financial supervisory contexts, it simplifies climate alignment analysis across many lending institutions. The package streamlines steps to prevent repetition while allowing flexibility to tailor the analysis for specific project needs, providing valuable insights into transition alignment and risk. | ||
|
||
<img src="man/figures/pml_readme_viz.png" width="100%" style="display: block; margin: auto auto auto 0;" /> | ||
|
||
## Installation | ||
|
||
You can install the release version of the package by running the following command in R: | ||
|
||
``` r | ||
install.packages("pacta.multi.loanbook") | ||
``` | ||
|
||
You can install the development version of the package from GitHub with: | ||
|
||
``` r | ||
# install.packages("pak") | ||
pak::pak("RMI-PACTA/pacta.multi.loanbook") | ||
``` | ||
|
||
## Usage | ||
|
||
Please consult the following resource for instructions on using the package. The cookbook provides a detailed overview covering the setup of the necessary software environment, obtaining and preparing input data, running the analysis, and interpreting the results. | ||
|
||
- [Cookbook](https://rmi-pacta.github.io/pacta.multi.loanbook//articles/cookbook_overview.html): A comprehensive guide for setting up, running and interpreting the analysis. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,39 +1,55 @@ | ||
# pacta.multi.loanbook <a href="https://rmi-pacta.github.io/pacta.multi.loanbook"><img src="man/figures/logo.png" align="right" height="31" /></a> | ||
|
||
<!-- README.md is generated from README.Rmd. Please edit that file --> | ||
|
||
# pacta.multi.loanbook <a href="https://rmi-pacta.github.io/pacta.multi.loanbook/"><img src="man/figures/logo.png" align="right" height="31" /></a> | ||
|
||
<!-- badges: start --> | ||
[![Lifecycle: experimental](https://img.shields.io/badge/lifecycle-experimental-orange.svg)](https://lifecycle.r-lib.org/articles/stages.html#experimental) | ||
|
||
[![Lifecycle: | ||
experimental](https://img.shields.io/badge/lifecycle-experimental-orange.svg)](https://lifecycle.r-lib.org/articles/stages.html#experimental) | ||
[![R-CMD-check](https://github.com/RMI-PACTA/pacta.multi.loanbook/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/RMI-PACTA/pacta.multi.loanbook/actions/workflows/R-CMD-check.yaml) | ||
<!-- [![CRAN | ||
status](https://www.r-pkg.org/badges/version/pacta.multi.loanbook)](https://CRAN.R-project.org/package=pacta.multi.loanbook) --> | ||
[![codecov](https://codecov.io/gh/RMI-PACTA/pacta.multi.loanbook/graph/badge.svg)](https://codecov.io/gh/RMI-PACTA/pacta.multi.loanbook) | ||
[![pacta.multi.loanbook status badge](https://rmi-pacta.r-universe.dev/badges/pacta.multi.loanbook)](https://rmi-pacta.r-universe.dev/pacta.multi.loanbook) | ||
[![codecov](https://app.codecov.io/gh/RMI-PACTA/pacta.multi.loanbook/graph/badge.svg)](https://app.codecov.io/gh/RMI-PACTA/pacta.multi.loanbook) | ||
[![pacta.multi.loanbook status | ||
badge](https://rmi-pacta.r-universe.dev/badges/pacta.multi.loanbook)](https://rmi-pacta.r-universe.dev/pacta.multi.loanbook) | ||
<!-- badges: end --> | ||
|
||
The `pacta.multi.loanbook` package offers a standardized, user-friendly way to calculate climate alignment metrics for multiple loan books, based on the PACTA methodology. | ||
The `pacta.multi.loanbook` package offers a standardized, user-friendly | ||
way to calculate climate alignment metrics for multiple loan books, | ||
based on the PACTA methodology. | ||
|
||
Designed for financial supervisory contexts, it simplifies climate alignment analysis across many lending institutions. The package streamlines steps to prevent repetition while allowing flexibility to tailor the analysis for specific project needs, providing valuable insights into transition alignment and risk. | ||
Designed for financial supervisory contexts, it simplifies climate | ||
alignment analysis across many lending institutions. The package | ||
streamlines steps to prevent repetition while allowing flexibility to | ||
tailor the analysis for specific project needs, providing valuable | ||
insights into transition alignment and risk. | ||
|
||
<img src="man/figures/pml_readme_viz.png" width="100%" style="display: block; margin: auto auto auto 0;" /> | ||
|
||
## Installation | ||
|
||
<!-- | ||
You can install the release version of the package by running the following command in R: | ||
You can install the release version of the package by running the | ||
following command in R: | ||
|
||
``` r | ||
install.packages("pacta.multi.loanbook") | ||
``` | ||
--> | ||
|
||
You can install the development version of the package from GitHub with: | ||
|
||
``` r | ||
# install.packages("pak") | ||
pak::pak("RMI-PACTA/pacta.multi.loanbook") | ||
``` | ||
|
||
## Usage | ||
|
||
Please consult the following resource for instructions on using the package. The cookbook provides a detailed overview covering the setup of the necessary software environment, obtaining and preparing input data, running the analysis, and interpreting the results. | ||
Please consult the following resource for instructions on using the | ||
package. The cookbook provides a detailed overview covering the setup of | ||
the necessary software environment, obtaining and preparing input data, | ||
running the analysis, and interpreting the results. | ||
|
||
- [Cookbook](https://rmi-pacta.github.io/pacta.multi.loanbook/articles/cookbook_overview.html): A comprehensive guide for setting up, running and interpreting the analysis. | ||
- [Cookbook](https://rmi-pacta.github.io/pacta.multi.loanbook//articles/cookbook_overview.html): | ||
A comprehensive guide for setting up, running and interpreting the | ||
analysis. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
## R CMD check results | ||
|
||
❯ checking CRAN incoming feasibility ... [3s/20s] NOTE | ||
Maintainer: ‘Jacob Kastl <[email protected]>’ | ||
|
||
New submission | ||
|
||
Version contains large components (0.0.0.9000) | ||
|
||
❯ checking for future file timestamps ... NOTE | ||
unable to verify current time | ||
|
||
0 errors ✔ | 0 warnings ✔ | 2 notes ✖ | ||
|
||
## revdepcheck results | ||
|
||
── CHECK ───────────────────────────────────────────────────────────────────────────────────────── 0 packages ── | ||
OK: 0 | ||
BROKEN: 0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters