EdwinTh / padr

Padding of missing records in time series
https://edwinth.github.io/padr/
Other
132 stars 12 forks source link

Check backwards compatibility version 0.5.2 with older dplyr versions #75

Closed EdwinTh closed 4 years ago

EdwinTh commented 4 years ago

Padr version 0.5.2 is prepared to make it work smoothly with dplyr 1.0.0. I have not checked yet if it is compatible with old versions of dplyr. My hunch is that it is not. dplyr 1.0.0 should then listed as a dependency.

EdwinTh commented 4 years ago

Ran all the unit tests with dplyr 0.8.5 and works fine.