Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

different behavior when calling as.Date with invalid date string #56

Closed
comicfans opened this issue Feb 25, 2019 · 2 comments
Closed

different behavior when calling as.Date with invalid date string #56

comicfans opened this issue Feb 25, 2019 · 2 comments

Comments

@comicfans
Copy link

with GNU-R

as.Date('2017-02-29')
Error in charToDate(x) :
character string is not in a standard unambiguous format

with fastr

as.Date('2017-02-29')
[1] "2017-02-28"

@steve-s
Copy link
Member

steve-s commented Feb 28, 2019

Hi comicfans,

thank you for the report. We can reproduce and are working on a fix.

dougxc pushed a commit that referenced this issue Mar 10, 2019
…with invalid date string.

PullRequest: fastr/1944
@steve-s
Copy link
Member

steve-s commented Mar 13, 2019

this should be fixed now

@steve-s steve-s closed this as completed Mar 13, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants