Skip to content

Commit

Permalink
Update R_CMD_Check.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
selbouhaddani committed Jun 25, 2024
1 parent 7defe6f commit 249f22b
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 @@ -44,7 +44,7 @@ jobs:

- name: Query dependencies
run: |
install.packages(c('remotes', "curl","rcmdcheck"))
install.packages('remotes')
saveRDS(remotes::dev_package_deps(dependencies = TRUE), ".github/depends.Rds", version = 2)
writeLines(sprintf("R-%i.%i", getRversion()$major, getRversion()$minor), ".github/R-version")
shell: Rscript {0}
Expand Down

0 comments on commit 249f22b

Please sign in to comment.