Skip to content

Commit

Permalink
Fix actions 3
Browse files Browse the repository at this point in the history
  • Loading branch information
klau506 committed Jul 17, 2023
1 parent ff51bdb commit 2df3565
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
- name: Install dependencies
run: |
install.packages(c("remotes","rcmdcheck"), repos = "https://cloud.r-project.org")
install.packages(c("remotes","rcmdcheck","rpackageutils"), repos = "https://cloud.r-project.org")
remotes::install_deps(dependencies = TRUE)
shell: Rscript {0}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
- name: Install dependencies 1
run: |
install.packages(c("remotes", "rcmdcheck"), repos = "https://cloud.r-project.org")
install.packages(c("remotes", "rcmdcheck", "rpackageutils"), repos = "https://cloud.r-project.org")
shell: Rscript {0}

- name: Install dependencies 2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test_coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- name: Install dependencies
run: |
install.packages(c("remotes","rcmdcheck"), repos = "https://cloud.r-project.org")
install.packages(c("remotes","rcmdcheck","rpackageutils"), repos = "https://cloud.r-project.org")
remotes::install_deps(dependencies = TRUE)
shell: Rscript {0}

Expand Down
1 change: 0 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ RUN R -e "install.packages('httr')"
RUN R -e "install.packages('xml2')"
RUN R -e "install.packages('writexl')"
RUN R -e "install.packages('readxl')"
RUN R -e "remotes::install_github('JGCRI/rgcam')"
RUN R -e "install.packages('rrapply', repos = 'https://cloud.r-project.org')"
RUN R -e "install.packages('usethis')"
RUN R -e "install.packages('rpackageutils')"
Expand Down

0 comments on commit 2df3565

Please sign in to comment.