mirror of
https://github.com/msberends/AMR.git
synced 2024-12-26 20:46:12 +01:00
CI fix gitlab
This commit is contained in:
parent
f4d6e1dafe
commit
9fd38afeb1
@ -3,7 +3,7 @@
|
|||||||
image: rocker/r-base
|
image: rocker/r-base
|
||||||
gitlab:
|
gitlab:
|
||||||
script:
|
script:
|
||||||
- atp-get update
|
- apt-get update
|
||||||
- apt-get install --yes libssl-dev libcurl4-openssl-dev libxml2-dev
|
- 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 -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
|
- R CMD build . --no-build-vignettes --no-manual
|
||||||
|
Loading…
Reference in New Issue
Block a user