We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
test-coverage.yml
1 parent 037163d commit 29838f8Copy full SHA for 29838f8
.github/workflows/test-coverage.yaml
@@ -32,6 +32,7 @@ jobs:
32
run: |
33
options(warn = 2)
34
pak::local_install_dev_deps("cpp11test", dependencies = TRUE)
35
+ install.packages(".", repos = NULL, type = "source")
36
install.packages("cpp11test", repos = NULL, INSTALL_opts = "--install-tests", type = "source")
37
shell: Rscript {0}
38
0 commit comments