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

first / last POSIXct should not load xts namespace #3857

Closed
jangorecki opened this issue Sep 11, 2019 · 0 comments · Fixed by #3859
Closed

first / last POSIXct should not load xts namespace #3857

jangorecki opened this issue Sep 11, 2019 · 0 comments · Fixed by #3859
Assignees
Milestone

Comments

@jangorecki
Copy link
Member

library(data.table)
x = as.POSIXct("2019-01-01")
last(x)
#Registered S3 method overwritten by 'xts':
#  method     from
#  as.zoo.xts zoo 
#[1] "2019-01-01 CET"
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