Skip to content
Snippets Groups Projects
Commit 36829ccd authored by pqiao29's avatar pqiao29
Browse files

check: error only for now, need to remove warnings on svi server

parent d211da7c
No related branches found
No related tags found
No related merge requests found
Pipeline #3441 passed
......@@ -30,13 +30,13 @@ documentation:
script:
- R -e 'devtools::document()'
check:
checkerro:
tags:
- docker
image: pqiao/sirplus_dev
stage: check
script:
- R -e 'devtools::check(error_on = c("warning"),document = FALSE, args = "--no-tests")'
- R -e 'devtools::check(error_on = c("error"),document = FALSE, args = "--no-tests")'
pages:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment