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 #2

Open
simonpcouch opened this issue May 26, 2020 · 0 comments
Open

CRAN Check Failure for Upcoming broom Release #2

simonpcouch opened this issue May 26, 2020 · 0 comments

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 no longer export the tidy.table() method (for maintainability purposes.)

  • checking examples ... ERROR
    Running examples in ‘disto-Ex.R’ failed
    The error most likely occurred in:
    
    > ### Name: summary.disto
    > ### Title: Summary method for dist class
    > ### Aliases: summary.disto
    > 
    > ### ** Examples
    > 
    > temp <- stats::dist(iris[,1:4])
    > dio   <- disto(objectname = "temp")
    > dio
    disto with backend: dist
    size: 150
    > summary(dio)
    Warning: 'tidy.table' is deprecated.
    See help("Deprecated")
    Error in dimnames(x) <- dnx : 'dimnames' applied to non-array
    Calls: summary ... eval -> eval -> data.frame -> do.call -> provideDimnames
    Execution halted
    

Please use tibble::as_tibble() (or as.data.frame.table(), if you prefer not to depend on tibble) instead.🙂

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!

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

1 participant