Closed topepo closed 2 years ago
Revdeps fail with:
> revdep_details(, "poissonreg") ══ Reverse dependency check ═══════════════════════════════════════════════════════════════════════════════ poissonreg 0.2.0 ══ Status: BROKEN ── Newly failing ✖ checking tests ... ── Before ───────────────────────────────────────────────────────────────────────────────────────────────────────────────────── 0 errors ✔ | 0 warnings ✔ | 0 notes ✔ ── After ────────────────────────────────────────────────────────────────────────────────────────────────────────────────────── ❯ checking tests ... See below... ── Test failures ──────────────────────────────────────────────────────────────────────────────────────────────── testthat ──── > library(testthat) > library(poissonreg) Loading required package: parsnip > > test_check("poissonreg") Attaching package: 'rlang' The following objects are masked from 'package:testthat': is_false, is_null, is_true Attaching package: 'tidyr' The following object is masked from 'package:testthat': matches [ FAIL 1 | WARN 0 | SKIP 4 | PASS 35 ] ══ Skipped tests ═══════════════════════════════════════════════════════════════ • On CRAN (4) ══ Failed tests ════════════════════════════════════════════════════════════════ ── Failure (test-poisson-reg.R:130:3): updating ──────────────────────────────── update(expr3, mixture = 1, fresh = TRUE) not equal to `expr3_exp`. Component "eng_args": target is NULL, current is quosures [ FAIL 1 | WARN 0 | SKIP 4 | PASS 35 ] Error: Test failures Execution halted 1 error ✖ | 0 warnings ✔ | 0 notes ✔
closed in https://github.com/tidymodels/poissonreg/pull/35
This issue has been automatically locked. If you believe you have found a related problem, please file a new issue (with a reprex: https://reprex.tidyverse.org) and link to this issue.
Revdeps fail with: