Package: deduped
Type: Package
Title: Making "Deduplicated" Functions
Version: 0.3.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, fastmatch,
RoxygenNote: 7.3.3
Suggests: purrr, testthat (>= 3.0.0), withr
Config/testthat/edition: 3
URL: https://github.com/orgadish/deduped
BugReports: https://github.com/orgadish/deduped/issues
NeedsCompilation: no
Packaged: 2025-11-29 07:13:41 UTC; Or.Gadish
Author: Or Gadish [aut, cre, cph]
Maintainer: Or Gadish <orgadish@gmail.com>
Repository: CRAN
Date/Publication: 2025-11-29 07:30:02 UTC
Built: R 4.5.2; ; 2026-02-25 02:30:20 UTC; windows
