Skip to content

Commit

Permalink
COMP: testing with workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
stnava committed Oct 3, 2024
1 parent 951366d commit b2f29db
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,7 @@ jobs:

- name: Query dependencies
run: |
install.packages('remotes')
install.packages('pbapply')
install.packages(c('remotes','pbapply'))
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 b2f29db

Please sign in to comment.