CI fix gitlab

This commit is contained in:
dr. M.S. (Matthijs) Berends 2018-10-23 21:26:57 +02:00
parent f4d6e1dafe
commit 9fd38afeb1
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
image: rocker/r-base
gitlab:
script:
- atp-get update
- apt-get update
- apt-get install --yes libssl-dev libcurl4-openssl-dev libxml2-dev
- R -e "install.packages(c('backports', 'curl', 'crayon', 'data', 'dplyr', 'hms', 'knitr', 'rlang', 'rvest', 'tidyr', 'xml2', 'covr', 'ggplot2', 'rmarkdown', 'rstudioapi', 'testthat'))"
- R CMD build . --no-build-vignettes --no-manual