Skip to content

Commit

Permalink
update workflow Pt.4
Browse files Browse the repository at this point in the history
  • Loading branch information
thierrymoudiki committed Jul 9, 2024
1 parent ae4b8b7 commit b1773e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/r-cmd-check-and-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
- name: Install R package dependencies
run: |
Rscript -e 'install.packages("remotes"); remotes::install_deps(dependencies = TRUE)'
Rscript -e 'install.packages("remotes", verbose = TRUE); remotes::install_deps(dependencies = TRUE, verbose = TRUE)'
- name: Run R CMD build
run: |
Expand Down

0 comments on commit b1773e5

Please sign in to comment.