Skip to content

Commit

Permalink
Fix GHA script
Browse files Browse the repository at this point in the history
  • Loading branch information
richelbilderbeek committed Nov 17, 2021
1 parent 4e11a3c commit 32c50e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:

- name: Install dependencies
run: |
install.packages("remotes", "rcmdcheck"))
install.packages(c("remotes", "rcmdcheck"))
remotes::install_deps(dependencies = TRUE)
shell: Rscript {0}

Expand Down

0 comments on commit 32c50e4

Please sign in to comment.