Skip to content

Commit

Permalink
Fix actions 4
Browse files Browse the repository at this point in the history
  • Loading branch information
klau506 committed Jul 5, 2024
1 parent 6f0a8ae commit d1a7843
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,9 @@ jobs:
- name: Install dependencies
run: |
install.packages(c("remotes","rcmdcheck","evaluate","knitr","rmarkdown","htmlwidgets"), repos = "https://cloud.r-project.org")
install.packages(c("remotes","rcmdcheck","stringi"), repos = "https://cloud.r-project.org")
install.packages(c("evaluate"), repos = "https://cloud.r-project.org")
install.packages(c("knitr","rmarkdown","htmlwidgets"), repos = "https://cloud.r-project.org")
remotes::install_deps(dependencies = TRUE)
remotes::install_github("JGCRI/rpackageutils")
remotes::install_github("shinyTree/shinyTree")
Expand Down

0 comments on commit d1a7843

Please sign in to comment.