Package: samesies
Title: Compare Similarity Across Text, Factors, or Numbers
Version: 0.1.0
Authors@R: 
    person("Dylan", "Pieper", , "dylanpieper@gmail.com", role = c("aut", "cre"))
Description: Compare lists of texts, factors, or numerical values to measure 
    their similarity. The motivating use case is evaluating the similarity 
    of large language model responses across models, providers, or prompts. 
    Approximate string matching is implemented using 'stringdist'.
License: MIT + file LICENSE
Encoding: UTF-8
RoxygenNote: 7.3.2
Imports: cli, dplyr, ggbeeswarm, ggplot2, purrr, scales, stats,
        stringdist
Suggests: testthat (>= 3.0.0), devtools
Config/testthat/edition: 3
URL: https://dylanpieper.github.io/samesies/
NeedsCompilation: no
Packaged: 2025-03-07 16:24:03 UTC; dylanpieper
Author: Dylan Pieper [aut, cre]
Maintainer: Dylan Pieper <dylanpieper@gmail.com>
Repository: CRAN
Date/Publication: 2025-03-10 14:50:02 UTC
