tidyverse / lubridate

Make working with dates in R just that little bit easier
https://lubridate.tidyverse.org
GNU General Public License v3.0
728 stars 207 forks source link

vignette references deprecated `e*()` duration helpers #1116

Open ccsarapas opened 1 year ago

ccsarapas commented 1 year ago

Under "Arithmetic with date times", the lubridate vignette states,

Helper functions for creating durations follow the same format but begin with a “d” (for duration) or, if you prefer, and “e” (for exact).

But eseconds(), eweeks(), etc. have been deprecated since 2015.