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

CRAN Check Failure for Upcoming broom Release #49

Closed
simonpcouch opened this issue May 27, 2020 · 1 comment
Closed

CRAN Check Failure for Upcoming broom Release #49

simonpcouch opened this issue May 27, 2020 · 1 comment

Comments

@simonpcouch
Copy link

Hi there! The broom dev team just ran reverse dependency checks on the upcoming broom 0.7.0 release and found new errors/test failures for the CRAN version of this package. I've pasted the results below, which seem to result from our decision to deprecate tidier methods for summary() objects.

  • checking examples ... ERROR
    ...
    Running examples in ‘rstatix-Ex.R’ failed
    The error most likely occurred in:
    
    > ### Name: emmeans_test
    > ### Title: Pairwise Comparisons of Estimated Marginal Means
    > ### Aliases: emmeans_test get_emmeans
    > 
    > ### ** Examples
    > 
    > # Data preparation
    > df <- ToothGrowth
    > df$dose <- as.factor(df$dose)
    > 
    > # Pairwise comparisons
    > res <- df %>%
    +  group_by(supp) %>%
    +  emmeans_test(len ~ dose, p.adjust.method = "bonferroni")
    Error in summary.emmGrid(x, ...) : 
      formal argument "infer" matched by multiple actual arguments
    Calls: %>% ... <Anonymous> -> tidy -> tidy.emmGrid -> tidy_emmeans -> summary
    Execution halted
    

Please call tidy.*() on the model object itself, rather than its summary.🙂

We hope to submit this new version of the package to CRAN in the coming weeks. If you encounter any problems fixing these issues, please feel free to reach out!

@kassambara
Copy link
Owner

fixed now, thanks

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

2 participants