purrr has been updated such that re-roxygenizing the current version will:
- cause some parameters to be undocumented, e.g.
.id and .l
- bring in paragraphs that are not relevant to furrr, e.g. "Wrap a function with
in_parallel() to declare that it should be performed in parallel."
I think the easiest is to:
- add the missing
@inheritParams purrr::...
- manually identify which
@param:s have to be manually copied and pruned.