Package: phonics Type: Package Title: Phonetic Spelling Algorithms Version: 1.3.10 Date: 2021-7-11 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://jameshoward.us/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 . License: BSD_2_clause + file LICENSE Imports: Rcpp (>= 0.12.1), data.table Suggests: testthat, knitr, markdown, rmarkdown, devtools LinkingTo: Rcpp, BH RoxygenNote: 7.1.1 VignetteBuilder: knitr Repository: https://k3jph.r-universe.dev Date/Publication: 2021-07-11 12:51:56 UTC RemoteUrl: https://github.com/k3jph/phonics-in-r RemoteRef: HEAD RemoteSha: 062eec579b03c23d7182e9ac587386bf11a434ca NeedsCompilation: yes Packaged: 2026-07-04 21:13:47 UTC; root Author: James Howard [aut, cre] (ORCID: ), Kyle Haynes [ctb], Amanda Hood [ctb], Os Keyes [ctb] Maintainer: James Howard