From 5fe572e506dc4cfe455cbf8ca09ae539a6100d85 Mon Sep 17 00:00:00 2001 From: jacobvjk Date: Tue, 12 Mar 2024 16:27:13 +0100 Subject: [PATCH] load new package pacta.multi.loanbook.plot --- README.md | 3 ++- plot_aggregate_loanbooks.R | 1 + run_aggregate_loanbooks.R | 1 + 3 files changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index fc0c9f4..a537cbf 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/plot_aggregate_loanbooks.R b/plot_aggregate_loanbooks.R index cb0a95c..bddf95c 100644 --- a/plot_aggregate_loanbooks.R +++ b/plot_aggregate_loanbooks.R @@ -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) diff --git a/run_aggregate_loanbooks.R b/run_aggregate_loanbooks.R index 360501f..387a666 100644 --- a/run_aggregate_loanbooks.R +++ b/run_aggregate_loanbooks.R @@ -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)