Skip to content

Commit

Permalink
Merge branch 'release/v1.3.8' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
howardjp committed Oct 1, 2020
2 parents 28f1148 + e0af8e3 commit d95d754
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 6 deletions.
5 changes: 3 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Package: phonics
Type: Package
Title: Phonetic Spelling Algorithms
Version: 1.3.7
Date: 2020-07-05
Version: 1.3.8
Date: 2020-10-01
Encoding: UTF-8
Authors@R: c(person(given = "James", family = "Howard",
email = "[email protected]", role = c("aut", "cre"),
Expand All @@ -24,6 +24,7 @@ Suggests:
testthat,
knitr,
markdown,
rmarkdown,
devtools
LinkingTo: Rcpp,
BH
Expand Down
14 changes: 10 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
# Phonetic Spelling Algorithms in R

![CRAN/METACRAN](https://img.shields.io/cran/v/phonics)
[![Downloads from the RStudio CRAN mirror](https://cranlogs.r-pkg.org/badges/phonics)](https://cran.r-project.org/package=phonics)
[![Build Status](https://api.travis-ci.org/k3jph/phonics-in-r.svg?branch=master)](https://travis-ci.org/k3jph/phonics-in-r)
[![Coverage Status](https://coveralls.io/repos/github/k3jph/phonics-in-r/badge.svg?branch=develop)](https://coveralls.io/github/k3jph/phonics-in-r?branch=develop)
[![codecov](https://codecov.io/gh/k3jph/phonics-in-r/branch/master/graph/badge.svg)](https://codecov.io/gh/k3jph/phonics-in-r)
[![Downloads from the RStudio CRAN mirror](https://cranlogs.r-pkg.org/badges/phonics)](https://cran.r-project.org/package=phonics)
[![Codacy Badge](https://api.codacy.com/project/badge/Grade/08ad4c6ccb8d4bf59ca47b7524af04be)](https://app.codacy.com/gh/k3jph/phonics-in-r])
[![DOI](https://img.shields.io/badge/DOI-10.5281%2Fzenodo.1041982-blue.svg)](https://dx.doi.org/10.5281/zenodo.1041982)
[![JOSS Status](http://joss.theoj.org/papers/13e41c9bd376fe2fc948f8af10b138b6/status.svg)](http://joss.theoj.org/papers/13e41c9bd376fe2fc948f8af10b138b6)
[![JOSS Status](http://joss.theoj.org/papers/13e41c9bd376fe2fc948f8af10b138b6/status.svg)](https://joss.theoj.org/papers/10.21105/joss.00480)
[![JSS Status](https://img.shields.io/badge/JSS-10.18637%2Fjss.v095.i08-yellow.svg)](https://joss.theoj.org/papers/10.21105/joss.00480)

This is the R package to support phonetic spelling algorithms in R.
Several packages provide the Soundex algorithm. However, other
Expand All @@ -17,21 +19,25 @@ phonetic spelling and test phonetic similarity.
* Caverphone
* Original Caverphone
* Caverphone 2

* Cologne (Kölner)
* Lein
* Match Rating Approach
* Encoder
* Comparison

* Metaphone
* New York State Identification and Intelligence System
* NYSIIS
* Modified NYSIIS

* Oxford Name Compression Algorithm
* Phonex
* Roger Root
* Soundex
* Original Soundex
* Apache Refined Soundex

* Statistics Canada
* Census Modified

Expand All @@ -45,7 +51,7 @@ phonetic spelling and test phonetic similarity.

## Contribution guidelines

* Use [GitFlow](http://nvie.com/posts/a-successful-git-branching-model/)
* Use [GitFlow](https://nvie.com/posts/a-successful-git-branching-model/)
* Write unit tests using [testthat](https://github.com/hadley/testthat)
* Document functions using [roxygen2](https://github.com/yihui/roxygen2)

Expand Down

0 comments on commit d95d754

Please sign in to comment.