We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4fc2e2b commit 94b9b6bCopy full SHA for 94b9b6b
.github/workflows/test-buildlibrary.yaml
@@ -40,7 +40,7 @@ jobs:
40
run: |
41
repos <- c("https://cloud.r-project.org","https://rse.pik-potsdam.de/r/packages/")
42
install.packages(c("remotes","lucode2"), repos=repos)
43
- remotes::install_deps(dependencies = TRUE)
+ remotes::install_deps(dependencies = TRUE, repos=repos)
44
remotes::install_cran("covr")
45
shell: Rscript {0}
46
0 commit comments