We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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)
The text was updated successfully, but these errors were encountered:
Caused by interaction(wt, cyl) has this been changed in ggplot?
interaction(wt, cyl)
Sorry, something went wrong.
DominiqueMakowski
strengejacke
No branches or pull requests
R CMD check is also failing for the same reason.
cf. https://github.com/easystats/modelbased/actions/runs/6219853679/job/16878726351
The text was updated successfully, but these errors were encountered: