Commit 355898b3 authored by Dorchies David's avatar Dorchies David
Browse files

ci: dependencies issue with package 'usethis'

- Add CRAN mirror

Refs #86
Showing with 1 addition and 1 deletion
+1 -1
......@@ -19,7 +19,7 @@ default:
script:
- cd ..
- echo "setwd(\"$(pwd)\")" > .Rprofile
- R -e 'utils::install.packages("usethis")'
- R -e 'utils::install.packages("usethis", repo = "https://cloud.r-project.org/")'
- R -e 'remotes::install_deps(dep = T)'
- R CMD build airgr
- rename "s/airGR/${R_VERSION}.airGR/" airGR_*.tar.gz
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment