Commit f8785fda authored by Dorchies David's avatar Dorchies David
Browse files

Merge branch '146-false-positive-reverse-dependency-check_0215' into 'dev'

Resolve "False positive reverse dependency check"

Closes #146

See merge request !71
No related merge requests found
Showing with 3 additions and 1 deletion
+3 -1
......@@ -141,12 +141,14 @@ revdepcheck_devel:
extends: .R-devel
script:
- 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 'if (any(sapply(revdepcheck::revdep_summary(), function(x) {any(x$cmp$change == 1)}))) stop()'
artifacts:
when: on_failure
paths:
- revdep/README.md
- revdep/problems.md
- revdep/failures.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