tidyverts / tsibble

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

Fix lubridate 'roll' warning #291 #294

Closed danielvartan closed 8 months ago

danielvartan commented 1 year ago

Hi there,

tsibble is giving a warning related to a deprecated argument (roll) in the lubridate package. According to the warning, the roll argument was deprecated in version 1.8.4.

It's a simple fix. Please check issue #291 for more details.

I'm using tsibble while developing the actverse package and this warning is becoming really annoying.

BTW, thank you for this great package!

earowang commented 8 months ago

thank you very much for the PR!