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

View File

@ -41,6 +41,8 @@ Authors@R: c(
Description: Functions to simplify the analysis and prediction of Antimicrobial
Resistance (AMR) and to work with microbial and antimicrobial properties by
using evidence-based methods.
Depends:
R (>= 3.1.0)
Imports:
backports,
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
License: GPL-2 | file LICENSE
Encoding: UTF-8
LazyLoad: yes
StagedInstall: no
LazyLoad: true
StagedInstall: false
RoxygenNote: 6.1.1