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}.
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}
With the new version of
dplyrout (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}