Package: deduped Type: Package Title: Making "Deduplicated" Functions Version: 0.5.0 Authors@R: person("Or", "Gadish", email = "orgadish@gmail.com", role = c("aut", "cre", "cph")) Description: 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. License: MIT + file LICENSE Encoding: UTF-8 Imports: collapse, Suggests: testthat (>= 3.0.0), withr, fs Config/testthat/edition: 3 URL: https://github.com/orgadish/deduped BugReports: https://github.com/orgadish/deduped/issues Roxygen: list(markdown = TRUE) Config/roxygen2/version: 8.0.0 Repository: https://orgadish.r-universe.dev Date/Publication: 2026-07-05 06:59:26 UTC RemoteUrl: https://github.com/orgadish/deduped RemoteRef: HEAD RemoteSha: ee2f3b246933e829ac95f8ea4272a3cf7f9858c1 NeedsCompilation: no Packaged: 2026-07-05 09:10:21 UTC; root Author: Or Gadish [aut, cre, cph] Maintainer: Or Gadish