mirror of
https://github.com/msberends/AMR.git
synced 2024-12-25 18:06:12 +01:00
ci update
This commit is contained in:
parent
0ff299394a
commit
c6bf982ba6
@ -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'
|
||||||
|
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user