Skip to content

Commit

Permalink
fix checklist in cookbook (#166)
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobvjk authored Oct 7, 2024
1 parent 2bc12dc commit 60bc0c1
Showing 1 changed file with 26 additions and 26 deletions.
52 changes: 26 additions & 26 deletions vignettes/cookbook.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -278,32 +278,32 @@ An example of how the project folder could be structured:

Before running the PACTA for Supervisors analysis, you should make sure that you have completed the following preparatory steps:

-[] Obtained the required external input data sets:
-[] Asset-based Company Data (ABCD)
-[] Scenario Data
-[] Prepared the required input data sets:
-[] Raw Loan Books
-[] OPTIONAL - Obtained the optional external input data sets:
-[] Asset-based Company Data (ABCD) for company sector split
-[] OPTIONAL - Prepared the optional input data sets:
-[] Companies to apply primary energy split on
-[] Misclassified Loans
-[] Manual Sector Classification
-[] Installed the required software:
-[] R (version 4.1.0 or higher)
-[] RStudio (optional)
-[] `pacta.multi.loanbook` R package
-[] Installed the required R packages:
-[] `pacta.multi.loanbook` dependencies
-[] OPTIONAL - Installed the suggested R packages:
-[] `pacta.multi.loanbook` suggests
-[] Setup the project folder and file structure:
-[] Created a project folder
-[] Created a `config.yml` file and placed it in the project folder
-[] Created an `input` folder in the project folder
-[] Placed the raw loan books in the `input/loanbooks` sub-directory
-[] Placed the other input data sets in the `input` folder
-[] Created an `output` folder in the project folder
- [ ] Obtained the required external input data sets:
- [ ] Asset-based Company Data (ABCD)
- [ ] Scenario Data
- [ ] Prepared the required input data sets:
- [ ] Raw Loan Books
- [ ] OPTIONAL - Obtained the optional external input data sets:
- [ ] Asset-based Company Data (ABCD) for company sector split
- [ ] OPTIONAL - Prepared the optional input data sets:
- [ ] Companies to apply primary energy split on
- [ ] Misclassified Loans
- [ ] Manual Sector Classification
- [ ] Installed the required software:
- [ ] R (version 4.1.0 or higher)
- [ ] RStudio (optional)
- [ ] `pacta.multi.loanbook` R package
- [ ] Installed the required R packages:
- [ ] `pacta.multi.loanbook` dependencies
- [ ] OPTIONAL - Installed the suggested R packages:
- [ ] `pacta.multi.loanbook` suggests
- [ ] Setup the project folder and file structure:
- [ ] Created a project folder
- [ ] Created a `config.yml` file and placed it in the project folder
- [ ] Created an `input` folder in the project folder
- [ ] Placed the raw loan books in the `input/loanbooks` sub-directory
- [ ] Placed the other input data sets in the `input` folder
- [ ] Created an `output` folder in the project folder


# Running the Analysis
Expand Down

0 comments on commit 60bc0c1

Please sign in to comment.