Skip to content
Snippets Groups Projects
Commit 3b65efc7 authored by Isabelle Sanchez's avatar Isabelle Sanchez
Browse files

simplifie la ligne check() car ne passe pas

parent e90a8af0
No related branches found
No related tags found
No related merge requests found
Pipeline #53234 failed
......@@ -22,9 +22,7 @@ buildpkg:
checkpkg:
stage: test
script:
- R -e 'if (!identical(devtools::check(document = FALSE, args = "--no-tests")[["errors"]], character(0))) stop("Check with Errors")'
- R -e 'if (!identical(devtools::check(document = FALSE, args = "--no-tests")[["warnings"]], character(0))) stop("Check with Warnings")'
- R -e 'if (!identical(devtools::check(document = FALSE, args = "--no-tests")[["notes"]], character(0))) stop("Check with Notes")'
- R -e 'devtools::check(document = FALSE)'
installpkg:
stage: deploy
......
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