brad-cannell / codebookr

Create Codebooks From Data Frames
https://brad-cannell.github.io/codebookr/
Other
26 stars 7 forks source link

Warning message: deprecated function #47

Closed rdecook16 closed 7 months ago

rdecook16 commented 11 months ago

In running the codebook() function on a labelled data.frame, I received this error message:

Warning message: Returning more (or less) than 1 row per summarise() group was deprecated in dplyr 1.1.0. i Please use reframe() instead. i When switching from summarise() to reframe(), remember that reframe() always returns an ungrouped data frame and adjust accordingly. i The deprecated feature was likely used in the codebookr package. Please report the issue at https://github.com/brad-cannell/codebookr/issues. This warning is displayed once every 8 hours. Call lifecycle::last_lifecycle_warnings() to see where this warning was generated.

It's only a warning, but a little disconcerting. The codebook is generated as a Word Doc and seems fine.

mbcann01 commented 11 months ago

Hi @rdecook16 ,

Thank you for letting me know! This should be a relatively easy fix... if I can find the time to fix it!

Thanks again! Brad

mbcann01 commented 7 months ago

This is fixed in #45