Skip to content

Commit

Permalink
Update render-and-publish.yml
Browse files Browse the repository at this point in the history
add remotes package
  • Loading branch information
ChristineStawitz-NOAA authored Dec 12, 2023
1 parent 4ce4bb3 commit ac240fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/render-and-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
uses: r-lib/actions/setup-r@v2

- name: Install packages (needed for Rmd)
run: Rscript -e 'install.packages(c("rmarkdown", "knitr", "jsonlite","dplyr","tidyr","ggplot2", "TMB"))'
run: Rscript -e 'install.packages(c("rmarkdown", "knitr", "jsonlite","dplyr","tidyr","ggplot2", "TMB", "remotes"))'

- name: Install TMB helper
run: Rscript -e 'remotes::install_github("kaskr/TMB_contrib_R/TMBhelper")'
Expand Down

0 comments on commit ac240fa

Please sign in to comment.