ci update

This commit is contained in:
dr. M.S. (Matthijs) Berends 2019-04-06 16:50:59 +02:00
parent 0ff299394a
commit c6bf982ba6
2 changed files with 7 additions and 3 deletions

View File

@ -56,7 +56,7 @@ cache:
R-release: R-release:
stage: build stage: build
allow_failure: false allow_failure: true
script: script:
- Rscript -e 'sessionInfo()' - Rscript -e 'sessionInfo()'
# install missing and outdated packages # install missing and outdated packages
@ -69,6 +69,7 @@ R-release:
- 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
artifacts: artifacts:
when: always
paths: paths:
- '*.Rcheck/*' - '*.Rcheck/*'
expire_in: '1 month' expire_in: '1 month'
@ -89,6 +90,7 @@ R-devel:
- PKG_FILE_NAME=$(ls -1t *.tar.gz | head -n 1) - PKG_FILE_NAME=$(ls -1t *.tar.gz | head -n 1)
- Rdevel CMD check "${PKG_FILE_NAME}" --no-build-vignettes --no-manual --as-cran - Rdevel CMD check "${PKG_FILE_NAME}" --no-build-vignettes --no-manual --as-cran
artifacts: artifacts:
when: always
paths: paths:
- '*.Rcheck/*' - '*.Rcheck/*'
expire_in: '1 month' expire_in: '1 month'

View File

@ -41,6 +41,8 @@ Authors@R: c(
Description: Functions to simplify the analysis and prediction of Antimicrobial Description: Functions to simplify the analysis and prediction of Antimicrobial
Resistance (AMR) and to work with microbial and antimicrobial properties by Resistance (AMR) and to work with microbial and antimicrobial properties by
using evidence-based methods. using evidence-based methods.
Depends:
R (>= 3.1.0)
Imports: Imports:
backports, backports,
crayon (>= 1.3.0), crayon (>= 1.3.0),
@ -66,6 +68,6 @@ URL: https://msberends.gitlab.io/AMR, https://gitlab.com/msberends/AMR
BugReports: https://gitlab.com/msberends/AMR/issues BugReports: https://gitlab.com/msberends/AMR/issues
License: GPL-2 | file LICENSE License: GPL-2 | file LICENSE
Encoding: UTF-8 Encoding: UTF-8
LazyLoad: yes LazyLoad: true
StagedInstall: no StagedInstall: false
RoxygenNote: 6.1.1 RoxygenNote: 6.1.1