Skip to content

Commit

Permalink
fix quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
nhejazi committed Nov 14, 2024
1 parent 906ee3b commit 0e8f236
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/R-CMD-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
- name: Install package dependencies
run: |
install.packages(c("devtools", remotes", "rcmdcheck", "covr", "sessioninfo"))
install.packages(c("devtools", "remotes", "rcmdcheck", "covr", "sessioninfo"))
remotes::install_deps(dependencies = TRUE)
shell: Rscript {0}

Expand Down

0 comments on commit 0e8f236

Please sign in to comment.