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

modelization_approach vignette fails to render #235

Open
IndrajeetPatil opened this issue Sep 18, 2023 · 1 comment
Open

modelization_approach vignette fails to render #235

IndrajeetPatil opened this issue Sep 18, 2023 · 1 comment
Assignees

Comments

@IndrajeetPatil
Copy link
Member

R CMD check is also failing for the same reason.

cf. https://github.com/easystats/modelbased/actions/runs/6219853679/job/16878726351

-- RMarkdown error -------------------------------------------------------------

Quitting from lines 144-156 [unnamed-chunk-5] (modelisation_approach.Rmd)
--------------------------------------------------------------------------------
Error in `map()`:In index: 9.
Caused by error in `render_rmarkdown()`:
! Failed to render RMarkdown
Caused by error:
! in callr subprocess.
Caused by error:
! cannot xtfrm data frames
Backtrace:1. └─... %>% summarise(RT = mean(RT))
  2.   └─base::eval(rhs_call, envir = list(. = lhs), enclos = parent.frame())
  3.     └─base::eval(rhs_call, envir = list(. = lhs), enclos = parent.frame())
  4.       ├─poorman::summarise(., RT = mean(RT))
  5.       └─poorman:::summarise.grouped_df(., RT = mean(RT))
  6.         └─poorman:::groups_set(res, groups[-n], group_by_drop_default(.data))
  7.           └─poorman:::calculate_groups(x, groups, drop)
  8.             ├─...[]
  9.             ├─tibble:::`[.tbl_df`(...)
 10.             ├─base::do.call(...)
 11.             └─base (local) `<fn>`(`<tibble[,1]>`, `<tibble[,1]>`)
 12.               └─base::lapply(z, function(x) if (is.object(x)) as.vector(xtfrm(x)) else x)
 13.                 └─base (local) FUN(X[[i]], ...)
 14.                   ├─base::as.vector(xtfrm(x))
 15.                   ├─base::xtfrm(x)
 16.                   └─base::xtfrm.data.frame(x)
@DominiqueMakowski
Copy link
Member

Caused by interaction(wt, cyl) has this been changed in ggplot?

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

No branches or pull requests

3 participants