Skip to content

Commit

Permalink
missing parenthesis
Browse files Browse the repository at this point in the history
  • Loading branch information
bl-young committed Nov 12, 2024
1 parent 5e89c95 commit f3e1ef1
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 @@ -34,7 +34,7 @@ jobs:
echo "Rendering the page..."
Rscript -e 'install.packages(c("knitr", "rmarkdown", "kableExtra", "officedown", "pak"))'
Rscript -e 'rmarkdown::render(input = "examples/DownloadandSaveModelLocally.Rmd",
params = list(model = "v1.0", states = c("AR"), years = c(2019,2020))'
params = list(model = "v1.0", states = c("AR"), years = c(2019,2020)))'
Rscript -e 'rmarkdown::render(input = "examples/Demo-Multipliers-CO.Rmd")'
Rscript -e 'rmarkdown::render(input = "examples/BuildandSaveModelsLocally.Rmd",
Expand Down

0 comments on commit f3e1ef1

Please sign in to comment.