- Updated
deduped()
to work correctly on list inputs.
deduped_map()
was deprecated since it was found to be slower and more complex in most cases compared todeduped(lapply)()
ordeduped(purrr::map)()
, once the list-input issue (above) was fixed.
- Initial successful CRAN submission.