Skip to content

Commit

Permalink
Merge pull request #39 from mblue9/fix-action-countrycode
Browse files Browse the repository at this point in the history
Add countrycode package
  • Loading branch information
csoneson authored Sep 21, 2024
2 parents 2bc889b + 41032ac commit cf75876
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/quarto-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
use-public-rspm: true

- name: Install R dependencies
run: Rscript -e 'install.packages(c("evaluate", "rmarkdown", "readr", "tidyr", "reactable", "maps", "plotly", "ggplot2", "tidygeocoder", "rworldmap"))'
run: Rscript -e 'install.packages(c("evaluate", "rmarkdown", "readr", "tidyr", "reactable", "maps", "plotly", "ggplot2", "tidygeocoder", "countrycode"))'

- name: Publish to GitHub Pages (and render)
uses: quarto-dev/quarto-actions/publish@v2
Expand Down

0 comments on commit cf75876

Please sign in to comment.