Package: deduped
Type: Package
Title: Making "Deduplicated" Functions
Version: 0.2.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.2.3
Suggests: dplyr, purrr, readr, 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: 2023-11-07 04:05:47 UTC; orgadish
Author: Or Gadish [aut, cre, cph]
Maintainer: Or Gadish <orgadish@gmail.com>
Repository: CRAN
Date/Publication: 2023-11-07 10:10:13 UTC
Built: R 4.2.0; ; 2023-12-21 04:25:51 UTC; unix
