diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 7d0eb8e95af8a76a369e76b6f6160ec6f3ad0674..dd5d2692b77125c1869be5706c66b3f007ff44da 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -19,6 +19,7 @@ default: - cd .. - echo "setwd(\"$(pwd)\")" > .Rprofile - R -e 'Sys.getenv()' + - R -e '.libPaths()' - R -e 'utils::install.packages("usethis", repo = "https://cloud.r-project.org/")' - R -e 'remotes::install_deps(pkgdir = "airgr", dep = T)' - R CMD build airgr