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

Place names on the `.Data` column of the proxy #1081

Closed DavisVaughan closed 1 year ago

DavisVaughan commented 1 year ago

Closes #1072

We now store the names on the column that corresponds to the @.Data slot of the original object. For Period this is $second and for Interval this is $span. This fixes the problem of #1072 because it means that we never have a mismatch in the number of columns that are on the proxy.

A few extra niceties here: