-
Notifications
You must be signed in to change notification settings - Fork 7
/
DESCRIPTION
32 lines (32 loc) · 1.04 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
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 = "[email protected]", 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 <doi:10.18637/jss.v095.i08>.
License: BSD_2_clause + file LICENSE
LazyData: TRUE
Imports:
Rcpp (>= 0.12.1),
data.table
Suggests:
testthat,
knitr,
markdown,
rmarkdown,
devtools
LinkingTo: Rcpp,
BH
RoxygenNote: 7.1.1
VignetteBuilder: knitr