diff --git a/.github/workflows/test-examples.yaml b/.github/workflows/test-examples.yaml index 76ddf34..f01c48d 100644 --- a/.github/workflows/test-examples.yaml +++ b/.github/workflows/test-examples.yaml @@ -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",