You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I try to build a tibble using tribble() containing a column of class Period, the following error occurs:
library(tibble)
library(lubridate)
tribble(~period, days(1))
#> Error: Can't find vctrs or base methods for concatenation.#> vctrs methods must be implemented for class `Period`.#> See <https://vctrs.r-lib.org/articles/s3-vector.html>.
I use tibble 3.0.1 and lubridate 1.7.8. The error did not occur with earlier versions of these packages.
The text was updated successfully, but these errors were encountered:
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.
When I try to build a tibble using
tribble()
containing a column of classPeriod
, the following error occurs:I use tibble 3.0.1 and lubridate 1.7.8. The error did not occur with earlier versions of these packages.
The text was updated successfully, but these errors were encountered: