tidyverts / tsibble

Tidy Temporal Data Frames and Tools
https://tsibble.tidyverts.org
GNU General Public License v3.0
528 stars 50 forks source link

comply with dplyr 1.0.0 deprecation of add argument for group_by #169

Closed davidtedfordholt closed 4 years ago

davidtedfordholt commented 4 years ago

This PR includes changes to three files, two in order to use the .add argument instead of the add argument and one in order to allow the group_by.tbl_ts function to follow the same convention. It includes code to ensure that current uses of the add argument will continue to work, but will give a warning message, pointing the user to the dplyr deprecation.

earowang commented 4 years ago

Thanks.