Skip to content

Commit

Permalink
add pak to install in action
Browse files Browse the repository at this point in the history
  • Loading branch information
bl-young committed Oct 2, 2024
1 parent 6ecd918 commit 28e4497
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-examples.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- name: Install packages and render Rmarkdown files
run: |
echo "Rendering the page..."
Rscript -e 'install.packages(c("knitr", "rmarkdown", "kableExtra", "officedown"))'
Rscript -e 'install.packages(c("knitr", "rmarkdown", "kableExtra", "officedown", "pak"))'
Rscript -e 'rmarkdown::render(input = "examples/DownloadandSaveModelLocally.Rmd",
params = list(model = "v1.0", state = "AR", year = 2020))'
Rscript -e 'rmarkdown::render(input = "examples/Demo-Multipliers-CO.Rmd")'
Expand Down

0 comments on commit 28e4497

Please sign in to comment.