Package: phonics
Type: Package
Title: Phonetic Spelling Algorithms
Version: 1.3.6
Date: 2020-07-05
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.
License: BSD_2_clause + file LICENSE
LazyData: TRUE
Imports: Rcpp (>= 0.12.1), data.table
Suggests: testthat, knitr, markdown, devtools
LinkingTo: Rcpp, BH
RoxygenNote: 7.1.0
VignetteBuilder: knitr
NeedsCompilation: yes
Packaged: 2020-07-06 01:27:23 UTC; howarjp1
Author: James Howard [aut, cre] (<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: 2020-07-06 04:40:04 UTC
Built: R 4.0.2; x86_64-w64-mingw32; 2020-08-02 06:59:31 UTC; windows
Archs: i386, x64
