From 8891ab186d427ffb4833f29e5aa9f5ea220f6e97 Mon Sep 17 00:00:00 2001 From: CJ Yetman Date: Mon, 9 Dec 2024 16:19:31 +0100 Subject: [PATCH 1/2] use obvious fake path in example - closes #322 (maybe) in particular, as suggested by https://github.com/RMI-PACTA/pacta.multi.loanbook/issues/322#issuecomment-2528238772 @jdhoffa should we leave #322 open as a suggestion to include a recommendation of setting up a new RStudio project? --- vignettes/cookbook_running_the_analysis.Rmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vignettes/cookbook_running_the_analysis.Rmd b/vignettes/cookbook_running_the_analysis.Rmd index 0d434bb9..166d1f64 100644 --- a/vignettes/cookbook_running_the_analysis.Rmd +++ b/vignettes/cookbook_running_the_analysis.Rmd @@ -42,7 +42,7 @@ If you run PACTA for Supervisors interactively or from a script you may have pre ```r library(pacta.multi.loanbook) -config_path <- "config.yml" +config_path <- "path/to/your/config.yml" ``` This allows you passing the relevant config information easily to each of the four main functions. From f8b296a9134bf4c0c3fa8c303261101499db9c90 Mon Sep 17 00:00:00 2001 From: CJ Yetman Date: Mon, 9 Dec 2024 16:20:56 +0100 Subject: [PATCH 2/2] Update cookbook_running_the_analysis.Rmd --- vignettes/cookbook_running_the_analysis.Rmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vignettes/cookbook_running_the_analysis.Rmd b/vignettes/cookbook_running_the_analysis.Rmd index 166d1f64..f7f5da36 100644 --- a/vignettes/cookbook_running_the_analysis.Rmd +++ b/vignettes/cookbook_running_the_analysis.Rmd @@ -42,7 +42,7 @@ If you run PACTA for Supervisors interactively or from a script you may have pre ```r library(pacta.multi.loanbook) -config_path <- "path/to/your/config.yml" +config_path <- "path/to/config.yml" ``` This allows you passing the relevant config information easily to each of the four main functions.