eco-hydro / phenofit

R package: A state-of-the-art Vegetation Phenology extraction package, phenofit
http://phenofit.top
GNU General Public License v2.0
73 stars 32 forks source link

Compatibility with dplyr 1.1.0 #14

Closed lionel- closed 1 year ago

lionel- commented 1 year ago

Use custom version of last() to prevent a breakage with dplyr::last(). In dplyr 1.1.0, the latter will return last row instead of last column when supplied a data frame.

These changes are compatible with both CRAN and dev dplyr. If possible, a pre-emptive release would be helpful. We plan to release on January 27. Thanks!

kongdd commented 1 year ago

Thanks for your kindly remainder.