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

fixed lubridate language dependence #414

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

erezmb
Copy link

@erezmb erezmb commented Sep 9, 2024

lubridate::wday with label=T returns the name of the day in the platform's preset language. Thus, running this code may fail on non-English computers. Example:

> lubridate::wday('2021-03-08', label=T)
[1] יום ב

which is Hebrew for Monday.

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

Successfully merging this pull request may close these issues.

1 participant