Commit c2f29aeb authored by Delaigue Olivier's avatar Delaigue Olivier
Browse files

Merge branch 'dev' of https://gitlab.irstea.fr/HYCAR-Hydro/airgr into dev

No related merge requests found
Showing with 3 additions and 1 deletion
+3 -1
...@@ -141,12 +141,14 @@ revdepcheck_devel: ...@@ -141,12 +141,14 @@ revdepcheck_devel:
extends: .R-devel extends: .R-devel
script: script:
- R -q -e 'remotes::install_github("https://github.com/r-lib/revdepcheck")' - R -q -e 'remotes::install_github("https://github.com/r-lib/revdepcheck")'
- R -q -e 'revdepcheck::revdep_check(num_workers = 2)' - R -q -e 'revdepcheck::revdep_check(timeout = as.difftime(20, units = "mins"))'
- R -q -e 'stopifnot(all("+" == sapply(revdepcheck::revdep_summary(), "[[", "status")))' - R -q -e 'stopifnot(all("+" == sapply(revdepcheck::revdep_summary(), "[[", "status")))'
- R -q -e 'if (any(sapply(revdepcheck::revdep_summary(), function(x) {any(x$cmp$change == 1)}))) stop()' - R -q -e 'if (any(sapply(revdepcheck::revdep_summary(), function(x) {any(x$cmp$change == 1)}))) stop()'
artifacts: artifacts:
when: on_failure
paths: paths:
- revdep/README.md - revdep/README.md
- revdep/problems.md - revdep/problems.md
- revdep/failures.md - revdep/failures.md
- revdep/cran.md - revdep/cran.md
- revdep/checks/*.log
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment