Commit 2260f61a authored by Dorchies David's avatar Dorchies David
Browse files

ci: dependencies issue with package 'usethis'

- directory error on install_deps

Refs #86
Showing with 1 addition and 1 deletion
+1 -1
......@@ -20,7 +20,7 @@ default:
- cd ..
- echo "setwd(\"$(pwd)\")" > .Rprofile
- R -e 'utils::install.packages("usethis", repo = "https://cloud.r-project.org/")'
- R -e 'remotes::install_deps(pkgdir = "airGR", dep = T)'
- R -e 'remotes::install_deps(pkgdir = "airgr", dep = T)'
- R CMD build airgr
- rename "s/airGR/${R_VERSION}.airGR/" airGR_*.tar.gz
- mv *.tar.gz airgr/
......
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