Skip to content

Commit

Permalink
Update render-readme.yaml
Browse files Browse the repository at this point in the history
update packages for render-readme
  • Loading branch information
johnmackintosh authored Mar 26, 2021
1 parent c16f5e3 commit 2efc4ed
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/render-readme.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,11 @@ jobs:
install.packages("remotes")
remotes::install_local(".")
remotes::install_cran("rmarkdown")
remotes::install_cran("ggplot2")
remotes::install_cran("scales")
remotes::install_cran("glue")
remotes::install_cran("dplyr")
remotes::install_cran("gapminder")
shell: Rscript {0}
- name: Render README
run: Rscript -e 'rmarkdown::render("README.Rmd")'
Expand Down

0 comments on commit 2efc4ed

Please sign in to comment.