The hardware and bandwidth for this mirror is donated by METANET, the Webhosting and Full Service-Cloud Provider.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]metanet.ch.
New with_deduped() acts on an existing expression:
this means you can attach deduplication to an existing call, without
having to break it up. For example,
f(x) |> with_deduped() instead of
deduped(f)(x).
deduped(f)(x) now warns rather than errors on
anything other than an atomic vector or list and simply acts without
deduplication.
deduped() now works correctly on list inputs.deduped_map() was deprecated since it was found to be
slower and more complex in most cases compared to
deduped(lapply)() or deduped(purrr::map)(),
once the list-input issue (above) was fixed.These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.