Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Check test failures on oldrel-Windows #348

Closed
IndrajeetPatil opened this issue Jul 16, 2024 · 1 comment · Fixed by #349
Closed

Check test failures on oldrel-Windows #348

IndrajeetPatil opened this issue Jul 16, 2024 · 1 comment · Fixed by #349
Assignees

Comments

@IndrajeetPatil
Copy link
Member

cf. https://cloud.r-project.org/web/checks/check_results_see.html

 ══ Failed tests ════════════════════════════════════════════════════════════════
    ── Error ('test-plot.dw_data_tabulate.R:3:3'): `plot.dw_data_tabulate()` works with single table ──
    Error in `xy.coords(x, y, xlabel, ylabel, log)`: 'x' is a list, but does not have components 'x' and 'y'
    Backtrace:1. ├─testthat::expect_s3_class(plot(x), "gg") at test-plot.dw_data_tabulate.R:3:3
     2. │ └─testthat::quasi_label(enquo(object), arg = "object")
     3. │   └─rlang::eval_bare(expr, quo_get_env(quo))
     4. ├─base::plot(x)
     5. └─graphics::plot.default(x)
     6.   └─grDevices::xy.coords(x, y, xlabel, ylabel, log)
    ── Error ('test-plot.dw_data_tabulate.R:8:3'): `plot.dw_data_tabulate()` works with multiple tables ──
    Error in `xy.coords(x, y, xlabel, ylabel, log)`: 'x' is a list, but does not have components 'x' and 'y'
    Backtrace:1. ├─testthat::expect_true(is.list(plot(x))) at test-plot.dw_data_tabulate.R:8:3
     2. │ └─testthat::quasi_label(enquo(object), label, arg = "object")
     3. │   └─rlang::eval_bare(expr, quo_get_env(quo))
     4. ├─base::plot(x)
     5. └─graphics::plot.default(x)
     6.   └─grDevices::xy.coords(x, y, xlabel, ylabel, log)
    
    [ FAIL 2 | WARN 1 | SKIP 13 | PASS 31 ]
@strengejacke
Copy link
Member

I think this is due to renaming the class attribute:
easystats/datawizard#517 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants