Package: deduped 0.4.0
deduped: Making "Deduplicated" Functions
Contains one main function deduped() which speeds up slow, vectorized functions by only performing computations on the unique values of the input and expanding the results at the end.
Authors:
deduped_0.4.0.tar.gz
deduped_0.4.0.zip(r-4.7)deduped_0.4.0.zip(r-4.6)deduped_0.4.0.zip(r-4.5)
deduped_0.4.0.tgz(r-4.6-any)deduped_0.4.0.tgz(r-4.5-any)
deduped_0.4.0.tar.gz(r-4.7-any)deduped_0.4.0.tar.gz(r-4.6-any)
deduped_0.4.0.tgz(r-4.6-emscripten)
manual.pdf |manual.html✨
card.svg |card.png
deduped/json (API)
NEWS
| # Install 'deduped' in R: |
| install.packages('deduped', repos = c('https://orgadish.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/orgadish/deduped/issues
Last updated from:a553dcdeaa. Checks:9 OK. Indexed: yes.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-x86_64 | OK | 106 | ||
| source / vignettes | OK | 164 | ||
| linux-release-x86_64 | OK | 101 | ||
| macos-release-arm64 | OK | 84 | ||
| macos-oldrel-arm64 | OK | 87 | ||
| windows-devel | OK | 76 | ||
| windows-release | OK | 78 | ||
| windows-oldrel | OK | 75 | ||
| wasm-release | OK | 95 |
Exports:dedupeddeduped_mapwith_deduped
Readme and manuals
Help Manual
| Help page | Topics |
|---|---|
| Deduplicate a vectorized function to act on _unique_ elements | deduped |
| Apply a function to each _unique_ element | deduped_map |
| Deduplicate the first argument in an expression | with_deduped |
