Paul Stevenson

Results 1 comments of Paul Stevenson

The warning message should also be included with `years()` - but is only an issue for 29-Feb: ``` > library(lubridate) # v1.7.9 > ymd("2012-02-29") + years(1) [1] NA ``` adding...