tidymodels / poissonreg

parsnip wrappers for Poisson regression
https://poissonreg.tidymodels.org
Other
22 stars 4 forks source link

changes for parsnip 1.0.0 #34

Closed topepo closed 2 years ago

topepo commented 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 ✔
hfrick commented 2 years ago

closed in https://github.com/tidymodels/poissonreg/pull/35

github-actions[bot] commented 2 years ago

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.