-
Notifications
You must be signed in to change notification settings - Fork 129
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
tribble()
does not handle correctly objects of class Period
(lubridate)
#784
Comments
Closed
Thanks for reporting! |
Thanks for fixing! |
krlmlr
added a commit
that referenced
this issue
Feb 25, 2021
tibble 3.0.2 - `[[` works with classed indexes again, e.g. created with `glue::glue()` (#778). - `add_column()` works without warning for 0-column data frames (#786). - `tribble()` now better handles named inputs (#775) and objects of non-vtrs classes like `lubridate::Period` (#784) and `formattable::formattable` (#785). - Subsetting and subassignment are faster (#780, #790, #794). - `is.null()` is preferred over `is_null()` for speed. - Implement continuous benchmarking (#793). - `is_vector_s3()` is no longer reexported from pillar (#789).
This old thread has been automatically locked. If you think you have found something related to this, please open a new issue and link to this old issue if necessary. |
# for free
to subscribe to this conversation on GitHub.
Already have an account?
#.
Using
tribble()
to create a tibble with an object of classPeriod
(lubridate) fails. The object is saved as numeric 0. When the same is done withtibble()
, everything is fine. See the reprex below.This might be linked to issue #770 I had reported earlier.
Created on 2020-06-05 by the reprex package (v0.3.0)
The text was updated successfully, but these errors were encountered: