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

avoid attempting to put POSIXlt in a data.frame #834

Closed
vincentvanhees opened this issue Jul 9, 2023 · 0 comments · Fixed by #842 or #926
Closed

avoid attempting to put POSIXlt in a data.frame #834

vincentvanhees opened this issue Jul 9, 2023 · 0 comments · Fixed by #842 or #926
Assignees

Comments

@vincentvanhees
Copy link
Member

Following discussion here: https://stat.ethz.ch/pipermail/r-package-devel/2023q3/009307.html

Avoid to put POSIXlt in data.frame, by either using POSIXct or by doing the computations that rely on POSIXlt outside dataframe.

@vincentvanhees vincentvanhees changed the title replace all POSIXlt by POSIXct where POSIXct is sufficient avoid attempting to put POSIXlt in a data.frame Jul 9, 2023
@vincentvanhees vincentvanhees self-assigned this Jul 12, 2023
vincentvanhees added a commit that referenced this issue Jul 12, 2023
@vincentvanhees vincentvanhees mentioned this issue Sep 29, 2023
5 tasks
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 a pull request may close this issue.

1 participant