Received the following message after using the function to create a barplot of seasonal rainfall:
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 SWMPrExtension package.
Please report the issue at https://github.com/NOAA-OCM/SWMPrExtension/issues.
Received the following message after using the function to create a barplot of seasonal rainfall:
Returning more (or less) than 1 row per
summarise()
group was deprecated in dplyr 1.1.0. ℹ Please usereframe()
instead. ℹ When switching fromsummarise()
toreframe()
, remember thatreframe()
always returns an ungrouped data frame and adjust accordingly. ℹ The deprecated feature was likely used in the SWMPrExtension package. Please report the issue at https://github.com/NOAA-OCM/SWMPrExtension/issues.