Skip to content

Commit

Permalink
modified github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
selbouhaddani committed Jun 14, 2022
1 parent 1342752 commit a0bc9e8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
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', "rcmdcheck"))
install.packages(c('remotes', "curl","rcmdcheck"))
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
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,5 @@ src/*.o
src/*.so
src/*.dll

.DS_Store
.DS_Store
*.comment

0 comments on commit a0bc9e8

Please # to comment.