mirror of
https://github.com/msberends/AMR.git
synced 2024-12-26 20:06:11 +01:00
gitlab fix
This commit is contained in:
parent
9fd38afeb1
commit
60747e56f0
@ -3,9 +3,17 @@
|
|||||||
image: rocker/r-base
|
image: rocker/r-base
|
||||||
gitlab:
|
gitlab:
|
||||||
script:
|
script:
|
||||||
|
# - apt-get update
|
||||||
|
# - apt-get install --yes libssl1.0.0=1.0.2g-1ubuntu4.1
|
||||||
|
#- 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
|
||||||
|
#- PKG_FILE_NAME=$(ls -1t *.tar.gz | head -n 1)
|
||||||
|
#- R CMD check "${PKG_FILE_NAME}" --no-build-vignettes --no-manual --as-cran
|
||||||
- apt-get update
|
- apt-get update
|
||||||
- apt-get install --yes libssl-dev libcurl4-openssl-dev libxml2-dev
|
- apt-get install --yes --no-install-recommends r-cran-testthat r-cran-devtools
|
||||||
- R -e "install.packages(c('backports', 'curl', 'crayon', 'data', 'dplyr', 'hms', 'knitr', 'rlang', 'rvest', 'tidyr', 'xml2', 'covr', 'ggplot2', 'rmarkdown', 'rstudioapi', 'testthat'))"
|
- R -e 'devtools::install_deps(dependencies = c("Depends", "Imports", "Suggests"))'
|
||||||
- R CMD build . --no-build-vignettes --no-manual
|
- R CMD build . --no-build-vignettes --no-manual
|
||||||
- PKG_FILE_NAME=$(ls -1t *.tar.gz | head -n 1)
|
- PKG_FILE_NAME=$(ls -1t *.tar.gz | head -n 1)
|
||||||
- R CMD check "${PKG_FILE_NAME}" --no-build-vignettes --no-manual --as-cran
|
- R CMD check "${PKG_FILE_NAME}" --no-build-vignettes --no-manual --as-cran
|
||||||
|
- R -e "covr::codecov(token = '50ffa0aa-fee0-4f8b-a11d-8c7edc6d32ca')"
|
||||||
|
Loading…
Reference in New Issue
Block a user