Package: phonics
Type: Package
Title: Phonetic Spelling Algorithms
Version: 1.3.2
Date: 2019-06-18
Encoding: UTF-8
Authors@R: c(person(given = "James", family = "Howard",
                    email = "jh@jameshoward.us", role = c("aut", "cre")),
                    person(given = "Kyle", family = "Haynes", role = "ctb"),
                    person(given = "Amanda", family = "Hood", role = "ctb"),
                    person(given = "Os", family = "Keyes", role = "ctb"))
URL: https://howardjp.github.io/phonics/
BugReports: https://github.com/howardjp/phonics/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
LinkingTo: Rcpp, BH
RoxygenNote: 6.1.1
VignetteBuilder: knitr
NeedsCompilation: yes
Packaged: 2019-06-18 23:12:11 UTC; howarjp1
Author: James Howard [aut, cre],
  Kyle Haynes [ctb],
  Amanda Hood [ctb],
  Os Keyes [ctb]
Maintainer: James Howard <jh@jameshoward.us>
Repository: CRAN
Date/Publication: 2019-06-21 22:00:28 UTC
