Package: phonics
Type: Package
Title: Phonetic Spelling Algorithms
Version: 1.4.0
Date: 2026-08-09
Encoding: UTF-8
Authors@R: c(person(given = "James", family = "Howard",
                    email = "jh@jameshoward.us", role = c("aut", "cre"),
                    comment = c(ORCID = "0000-0003-4530-1547")),
                    person(given = "Kyle", family = "Haynes", role = "ctb"),
                    person(given = "Amanda", family = "Hood", role = "ctb"),
                    person(given = "Os", family = "Keyes", role = "ctb"))
URL: https://phonics.jameshoward.us,
        https://github.com/k3jph/phonics-in-r
BugReports: https://github.com/k3jph/phonics-in-r/issues
Description: Provides a collection of phonetic algorithms including
    Soundex, Metaphone, NYSIIS, Caverphone, and others.  The package is
    documented in <doi:10.18637/jss.v095.i08>.
License: BSD_2_clause + file LICENSE
Imports: Rcpp (>= 0.12.1), data.table
Suggests: testthat (>= 3.0.0), knitr, rmarkdown, roxygen2
LinkingTo: Rcpp
VignetteBuilder: knitr
Config/testthat/edition: 3
Config/roxygen2/version: 8.1.0
NeedsCompilation: yes
Packaged: 2026-08-10 01:02:15 UTC; runner
Author: James Howard [aut, cre] (ORCID:
    <https://orcid.org/0000-0003-4530-1547>),
  Kyle Haynes [ctb],
  Amanda Hood [ctb],
  Os Keyes [ctb]
Maintainer: James Howard <jh@jameshoward.us>
Repository: CRAN
Date/Publication: 2026-08-23 11:20:08 UTC
