-
Notifications
You must be signed in to change notification settings - Fork 272
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
pmap discards attributes #251
Comments
Apparently, it's the same for POSIXct class.
|
It's a known non-feature that we will resolve with the vctrs package (we need C-level methods for joining vectors). |
bite by this issue as well... |
This is a complicated issue and the root cause is not within purrr. We are aware of the problem and working to fix it in the long-term. |
Factors are also coerced to numeric:
|
Issue still here as of purrr 0.2.4, at least for factors being converted to integers instead of the more obvious character alternative. |
@Deleetdk FYI: the further discussion continues here. |
Is this a feature or a bug?
purrr::map
yields a date object.The text was updated successfully, but these errors were encountered: