gaborcsardi / parsedate

R package to parse dates given in arbitrary formats
65 stars 7 forks source link

Fix issue with year-only date alignment #43

Open billdenney opened 1 month ago

billdenney commented 1 month ago

Fix #36

This is on top of #42

billdenney commented 1 month ago

After "Fix year-only formats mixed with other formats so that alignment", I found some additional issues in the same code that I'm also going to correct.

billdenney commented 1 month ago

@gaborcsardi, This got bigger than I was expecting. It covers the initial needs, so I'm going to call this one done.

I have a few other code simplification thoughts that I will make on top of this in a separate PR.