r-lib / rlang

Low-level API for programming with R
https://rlang.r-lib.org
Other
491 stars 131 forks source link

Missing map_vec() in R/standalone-purrr.R #1636

Closed Layalchristine24 closed 8 months ago

Layalchristine24 commented 1 year ago

The new map_vec() (see https://purrr.tidyverse.org/reference/map.html) appears to be missing from the file R/standalone-purrr.R. Is it already planned to add it?

hadley commented 8 months ago

Unfortunately not, because that requires vctrs to correctly combine the various possible types of output.

Layalchristine24 commented 8 months ago

All right. Thank you!