Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
purrr 1.1.0 source code.tar.gz | 2025-07-10 | 388.6 kB | |
purrr 1.1.0 source code.zip | 2025-07-10 | 507.8 kB | |
README.md | 2025-07-10 | 258 Bytes | |
Totals: 3 Items | 896.7 kB | 1 |
-
purrr now requires R >= 4.1, so we can rely on the base pipe and lambda syntax (#1177).
-
purrr gains
in_parallel()
to support parallel and distributed maps, powered by {mirai}. See?in_parallel
for more details (@shikokuchuo, [#1163], [#1185]).