Skip to content

mirai_map() multiple map on a dataframe does not preserve S3 classes #196

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

Closed
shikokuchuo opened this issue Jan 22, 2025 · 1 comment · Fixed by #197
Closed

mirai_map() multiple map on a dataframe does not preserve S3 classes #196

shikokuchuo opened this issue Jan 22, 2025 · 1 comment · Fixed by #197
Assignees
Labels
bug an unexpected problem or unintended behavior

Comments

@shikokuchuo
Copy link
Member

shikokuchuo commented Jan 22, 2025

> date <- as.Date("2018-09-27")
> df <- data.frame(x = date)
> mirai_map(df, identity)[]
[[1]]
[1] 17801
@shikokuchuo
Copy link
Member Author

Similar to tidyverse/purrr#358.

@shikokuchuo shikokuchuo added the bug an unexpected problem or unintended behavior label Jan 22, 2025
@shikokuchuo shikokuchuo self-assigned this Jan 22, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug an unexpected problem or unintended behavior
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant