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

Commit

Permalink
Merge pull request #87 from RMI-PACTA/86-use-plot-package
Browse files Browse the repository at this point in the history
load new package pacta.multi.loanbook.plot
  • Loading branch information
jacobvjk authored Mar 12, 2024
2 parents 266bc04 + 5fe572e commit c90785e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,12 @@ Scripts will be found at root level.

## Installation

The scripts depend on a number of PACTA related R packages, most of which can be found on CRAN. However, you will need to install the development version of `pacta.multi.loanbook.analysis` from [GitHub](https://github.com/) with:
The scripts depend on a number of PACTA related R packages, most of which can be found on CRAN. However, you will need to install the development version of `pacta.multi.loanbook.analysis` and `pacta.multi.loanbook.plot` from [GitHub](https://github.com/) with:

``` r
# install.packages("pak")
pak::pak("RMI-PACTA/pacta.multi.loanbook.analysis")
pak::pak("RMI-PACTA/pacta.multi.loanbook.plot")
```

## dotenv
Expand Down
1 change: 1 addition & 0 deletions plot_aggregate_loanbooks.R
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
library(dotenv)
library(dplyr)
library(pacta.multi.loanbook.analysis)
library(pacta.multi.loanbook.plot)
library(r2dii.analysis)
library(r2dii.data)
library(r2dii.match)
Expand Down
1 change: 1 addition & 0 deletions run_aggregate_loanbooks.R
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
library(dotenv)
library(dplyr)
library(pacta.multi.loanbook.analysis)
library(pacta.multi.loanbook.plot)
library(r2dii.analysis)
library(r2dii.data)
library(r2dii.match)
Expand Down

0 comments on commit c90785e

Please sign in to comment.