Package: deduped 0.5.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.5.0.tar.gz
deduped_0.5.0.zip(r-4.7)deduped_0.5.0.zip(r-4.6)deduped_0.5.0.zip(r-4.5)
deduped_0.5.0.tgz(r-4.6-any)deduped_0.5.0.tgz(r-4.5-any)
deduped_0.5.0.tar.gz(r-4.7-any)deduped_0.5.0.tar.gz(r-4.6-any)
deduped_0.5.0.tgz(r-4.6-emscripten)
manual.pdf |manual.html✨
DESCRIPTION |NEWS
card.svg |card.png
deduped/json (API)
| # 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:ee2f3b2469. Checks:9 OK. Indexed: yes.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-x86_64 | OK | 116 | ||
| source / vignettes | OK | 146 | ||
| linux-release-x86_64 | OK | 114 | ||
| macos-release-arm64 | OK | 87 | ||
| macos-oldrel-arm64 | OK | 103 | ||
| windows-devel | OK | 63 | ||
| windows-release | OK | 79 | ||
| windows-oldrel | OK | 67 | ||
| wasm-release | OK | 140 |
Exports:dedupedwith_deduped
Readme and manuals
Help Manual
| Help page | Topics |
|---|---|
| Deduplicate a vectorized function to act on _unique_ elements | deduped |
| Deduplicate the first argument in an expression | with_deduped |
