Installing covr on CI machines
This commit is contained in:
parent
ae23090a0e
commit
0e01845876
1 changed files with 1 additions and 1 deletions
2
.github/workflows/r.yml
vendored
2
.github/workflows/r.yml
vendored
|
|
@ -48,7 +48,7 @@ jobs:
|
|||
# Querying dependencies ---------------------------------- #
|
||||
- name: Querying dependencies
|
||||
run: |
|
||||
install.packages('remotes')
|
||||
install.packages(c("remotes", "covr"))
|
||||
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}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue