Package: deduped 0.2.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.2.0.tar.gz
deduped_0.2.0.zip(r-4.5)deduped_0.2.0.zip(r-4.4)deduped_0.2.0.zip(r-4.3)
deduped_0.2.0.tgz(r-4.4-any)deduped_0.2.0.tgz(r-4.3-any)
deduped_0.2.0.tar.gz(r-4.5-noble)deduped_0.2.0.tar.gz(r-4.4-noble)
deduped_0.2.0.tgz(r-4.4-emscripten)deduped_0.2.0.tgz(r-4.3-emscripten)
deduped.pdf |deduped.html✨
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 10 months agofrom:db71c19176. Checks:OK: 7. Indexed: yes.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Oct 18 2024 |
R-4.5-win | OK | Oct 18 2024 |
R-4.5-linux | OK | Oct 18 2024 |
R-4.4-win | OK | Oct 18 2024 |
R-4.4-mac | OK | Oct 18 2024 |
R-4.3-win | OK | Oct 18 2024 |
R-4.3-mac | OK | Oct 18 2024 |
Exports:dedupeddeduped_map
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 |