reichlab / zoltr

http://reichlab.io/zoltr/
GNU General Public License v3.0
2 stars 4 forks source link

convert all dates and datetimes to lubridate #37

Open matthewcornell opened 3 years ago

matthewcornell commented 3 years ago

The recently-closed #33 [forecast datetimes are incorrectly parsed as dates #33] changed datetimes to be converted to https://lubridate.tidyverse.org/ objects. For consistency we should probably change dates to also be lubridate objects. This basically involves changing all as.Date() calls to lubridate::parse_date() (?) ones.