Skip to content
This repository has been archived by the owner on Oct 30, 2024. It is now read-only.

Commit

Permalink
feat: rename package from pacta.aggregate.loanbook.plots to `pacta.…
Browse files Browse the repository at this point in the history
…multi.loanbook.analysis` (#1)
  • Loading branch information
jdhoffa authored Mar 5, 2024
1 parent ba533a3 commit bf04ebb
Show file tree
Hide file tree
Showing 10 changed files with 15 additions and 20 deletions.
2 changes: 1 addition & 1 deletion .Rbuildignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
^pacta.aggregate.loanbook.plots\.Rproj$
^pacta.multi.loanbook.analysis\.Rproj$
^\.Rproj\.user$
^LICENSE\.md$
^data-raw$
Expand Down
8 changes: 4 additions & 4 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: pacta.aggregate.loanbook.plots
Title: Functions to Help Interpret PACTA for Banks Results for Many Institutions
Version: 0.0.0.9001
Package: pacta.multi.loanbook.analysis
Title: Tools to Calculate Climate Metrics for Multiple Loanbooks
Version: 0.0.0.9000
Authors@R:
c(person(given = "Jacob",
family = "Kastl",
Expand Down Expand Up @@ -40,5 +40,5 @@ Suggests:
testthat (>= 3.0.0)
Config/Needs/website: rmi-pacta/pacta.pkgdown.rmitemplate
VignetteBuilder: knitr
URL: https://rmi-pacta.github.io/pacta.aggregate.loanbook.plots/
URL: https://rmi-pacta.github.io/pacta.multi.loanbook.analysis/
Config/testthat/edition: 3
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
YEAR: 2023
COPYRIGHT HOLDER: pacta.aggregate.loanbook.plots authors
COPYRIGHT HOLDER: pacta.multi.loanbook.analysis authors
2 changes: 1 addition & 1 deletion LICENSE.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# MIT License

Copyright (c) 2023 pacta.aggregate.loanbook.plots authors
Copyright (c) 2023 pacta.multi.loanbook.analysis authors

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
7 changes: 1 addition & 6 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,7 @@
# pacta.aggregate.loanbook.plots (development version)
# pacta.multi.loanbook.analysis (development version)

* Fix: Ensure that company level disaggregations into buildout/phaseout metrics
always have both directions. Fill missing rows with 0 values.
* Added a `NEWS.md` file to track changes to the package.
* Replaced references to green/brown with references to increasing/decreasing,
in line with changes in `r2dii.data` and `r2dii.analysis`

# pacta.aggregate.loanbook.plots 0.0.0.9000

* Added functions used to calculate company level alignment metric and loan book
level alignment metric.
4 changes: 2 additions & 2 deletions README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@ knitr::opts_chunk$set(
)
```

# pacta.aggregate.loanbook.plots
# pacta.multi.loanbook.analysis

<!-- 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.aggregate.loanbook.plots/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/RMI-PACTA/pacta.aggregate.loanbook.plots/actions/workflows/R-CMD-check.yaml)
[![R-CMD-check](https://github.com/RMI-PACTA/pacta.multi.loanbook.analysis/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/RMI-PACTA/pacta.multi.loanbook.analysis/actions/workflows/R-CMD-check.yaml)
<!-- badges: end -->

This repository hosts all R functions needed to calculate aggregate alignment
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@

<!-- README.md is generated from README.Rmd. Please edit that file -->

# pacta.aggregate.loanbook.plots
# pacta.multi.loanbook.analysis

<!-- 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.aggregate.loanbook.plots/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/RMI-PACTA/pacta.aggregate.loanbook.plots/actions/workflows/R-CMD-check.yaml)
[![R-CMD-check](https://github.com/RMI-PACTA/pacta.multi.loanbook.analysis/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/RMI-PACTA/pacta.multi.loanbook.analysis/actions/workflows/R-CMD-check.yaml)
<!-- badges: end -->

This repository hosts all R functions needed to calculate aggregate
Expand Down
2 changes: 1 addition & 1 deletion _pkgdown.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
url: https://rmi-pacta.github.io/pacta.aggregate.loanbook.plots
url: https://rmi-pacta.github.io/pacta.multi.loanbook.analysis
template:
package: pacta.pkgdown.rmitemplate
File renamed without changes.
4 changes: 2 additions & 2 deletions tests/testthat.R
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@
# * https://testthat.r-lib.org/reference/test_package.html#special-files

library(testthat)
library(pacta.aggregate.loanbook.plots)
library(pacta.multi.loanbook.analysis)

test_check("pacta.aggregate.loanbook.plots")
test_check("pacta.multi.loanbook.analysis")

0 comments on commit bf04ebb

Please sign in to comment.