gitlab ci

This commit is contained in:
dr. M.S. (Matthijs) Berends 2019-01-04 12:17:40 +01:00
parent b92c392dd4
commit 928e42649f
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ before_script:
# install dependencies for package
- apt-get -y install libxml2-dev libssl-dev libcurl4-openssl-dev zlib1g-dev pandoc r-base
- mkdir installed_deps
- Rscript -e '.libPaths <- c("installed_deps", .libPatgs())'
- Rscript -e '.libPaths <- c("installed_deps", .libPaths())'
- Rscript -e 'install.packages(c("devtools", "rlang"), repos = "https://cran.rstudio.com")'
- Rscript -e 'devtools::install_dev_deps(repos = "https://cran.rstudio.com")'