Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
purrr 1.0.1 source code.tar.gz | 2023-01-05 | 279.8 kB | |
purrr 1.0.1 source code.zip | 2023-01-05 | 393.5 kB | |
README.md | 2023-01-05 | 693 Bytes | |
Totals: 3 Items | 674.0 kB | 0 |
-
As of purrr 1.0.0, the
map()
family of functions wraps all errors generated by.f
inside an wrapper error that tracks the iteration index. As of purrr 1.0.1, this error now has a custom class (purrr_error_indexed
),location
andname
fields, and is documented in?purrr_error_indexed
(#1027). -
map()
errors with named inputs also report the name of the element that errored. -
Fixed an issue where progress bars weren't being closed when user interrupts or errors were encountered during a
map()
call (#1024). -
Fixed an invalid C signature for
pluck()
(#1018). -
Set
Biarch: true
to build purrr on 32-bit Windows on R < 4.2.0 (#1017).