There was an error while loading. Please reload this page.
1 parent 1d87da2 commit 8c68472Copy full SHA for 8c68472
1 file changed
.github/workflows/R-CMD-check.yml
@@ -74,7 +74,7 @@ jobs:
74
- name: Install dependencies
75
run: |
76
remotes::install_deps(dependencies = TRUE)
77
- install.packages("curl", type = "source")
+ install.packages("curl", repos = "https://cloud.r-project.org", type = "source")
78
remotes::install_cran("rcmdcheck")
79
shell: Rscript {0}
80
0 commit comments