brad-cannell / codebookr

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

Error #48

Closed danfreak closed 5 months ago

danfreak commented 5 months ago

I get the following error: Warning: Returning more (or less) than 1 row per summarise() group was deprecated in dplyr 1.1.0. ℹ Please use reframe() instead. ℹ When switching from summarise() to reframe(), remember that reframe() always returns an ungrouped data frame and adjust accordingly. ℹ 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.

mbcann01 commented 5 months ago

Thank you, @danfreak ! I'll get this cleaned up as soon as I can.

mbcann01 commented 5 months ago

This is fixed in #45. I'll push to CRAN soon.