Open chguiterman opened 1 year ago
With the new version of dplyr out (1.1.1), the summarize() function is now depreciated with preference for reframe(). Warnings are already being thrown in {burnr}.
dplyr
summarize()
reframe()
https://dplyr.tidyverse.org/reference/reframe.html
Tag this issue when updating code to use reframe() over summarize() and any other issues that may relate to the update of {dplyr}
Thank you for the issue!
With the new version of
dplyr
out (1.1.1), thesummarize()
function is now depreciated with preference forreframe()
. Warnings are already being thrown in {burnr}.https://dplyr.tidyverse.org/reference/reframe.html
Tag this issue when updating code to use
reframe()
oversummarize()
and any other issues that may relate to the update of {dplyr}