ltrr-arizona-edu / burnr

🔥 Forest fire history analysis in R.
https://ltrr-arizona-edu.github.io/burnr/
15 stars 8 forks source link

Transition to dplyr >1.1 #205

Open chguiterman opened 1 year ago

chguiterman commented 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}.

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}

brews commented 1 year ago

Thank you for the issue!