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 74ea23a commit 0158f42Copy full SHA for 0158f42
1 file changed
.github/workflows/R-CMD-check.yaml
@@ -56,7 +56,7 @@ jobs:
56
57
- name: Install pak and query dependencies
58
run: |
59
- install.packages("pak", repos = "https://r-lib.github.io/p/pak/dev/")
+ install.packages("pak", repos = "https://cloud.r-project.org/")
60
saveRDS(pak::pkg_deps("local::.", dependencies = TRUE), ".github/r-depends.rds")
61
shell: Rscript {0}
62
0 commit comments