Skip to content

Commit

Permalink
add more packages to install
Browse files Browse the repository at this point in the history
  • Loading branch information
bl-young committed May 13, 2024
1 parent a3a1685 commit ff3dd55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/r.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,5 @@ jobs:

- name: Render Rmarkdown file
run: |
Rscript -e 'install.packages(c("knitr", "rmarkdown"))'
Rscript -e 'install.packages(c("knitr", "rmarkdown", "cli", "configr", "scales"))'
Rscript -e 'rmarkdown::render(input = "CalculateEmissionFactors.Rmd")'

0 comments on commit ff3dd55

Please sign in to comment.