Skip to content

Commit

Permalink
Update render-and-publish.yml
Browse files Browse the repository at this point in the history
update devtools to remotes to install TMBHelper
  • Loading branch information
ChristineStawitz-NOAA authored Dec 12, 2023
1 parent bee4681 commit 4ce4bb3
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 @@ -18,7 +18,7 @@ jobs:
run: Rscript -e 'install.packages(c("rmarkdown", "knitr", "jsonlite","dplyr","tidyr","ggplot2", "TMB"))'

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

- name: Install FIMS
run: Rscript -e 'remotes::install_github("NOAA-FIMS/FIMS")'
Expand Down

0 comments on commit 4ce4bb3

Please sign in to comment.