purrr 0.2.2
- Fix for dev tibble support.
as_function()
now supports list arguments which allow recursive indexing
using either names or positions. They now always stop when encountering
the first NULL (#173).accumulate
andreduce
correctly pass extra arguments to the
worker function.