emilioxavier / theHUB

https://theHopefulBox.com/
Other
2 stars 0 forks source link

update the `dataset.summary()` function to address noted `dplyr` warning #40

Open emilioxavier opened 1 week ago

emilioxavier commented 1 week ago

Hi Please update the dataset.summary() function to address the following warning.

Warning message:
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 dplyr package.
  Please report the issue at <https://github.com/tidyverse/dplyr/issues>.

Thank you Emilio