fuzzywuzzyR: Fuzzy String Matching

Fuzzy string matching implementation of the 'fuzzywuzzy' <https://github.com/seatgeek/fuzzywuzzy> 'python' package. It uses the Levenshtein Distance <https://en.wikipedia.org/wiki/Levenshtein_distance> to calculate the differences between sequences.

Version: 1.0.5
Depends: R (≥ 3.2.3)
Imports: reticulate, R6
Suggests: testthat, covr, knitr, rmarkdown
Published: 2021-09-11
Author: Lampros Mouselimis ORCID iD [aut, cre], SeatGeek Inc [cph]
Maintainer: Lampros Mouselimis <mouselimislampros at gmail.com>
BugReports: https://github.com/mlampros/fuzzywuzzyR/issues
License: GPL-2
URL: https://github.com/mlampros/fuzzywuzzyR
NeedsCompilation: no
SystemRequirements: Python (>= 2.4), difflib, fuzzywuzzy ( >=0.15.0 ), python-Levenshtein ( >=0.12.0 ). Detailed installation instructions for each operating system can be found in the README file.
Citation: fuzzywuzzyR citation info
Materials: README NEWS
CRAN checks: fuzzywuzzyR results

Documentation:

Reference manual: fuzzywuzzyR.pdf
Vignettes: Functionality of the fuzzywuzzyR package

Downloads:

Package source: fuzzywuzzyR_1.0.5.tar.gz
Windows binaries: r-devel: fuzzywuzzyR_1.0.5.zip, r-release: fuzzywuzzyR_1.0.5.zip, r-oldrel: fuzzywuzzyR_1.0.5.zip
macOS binaries: r-release (arm64): fuzzywuzzyR_1.0.5.tgz, r-oldrel (arm64): fuzzywuzzyR_1.0.5.tgz, r-release (x86_64): fuzzywuzzyR_1.0.5.tgz
Old sources: fuzzywuzzyR archive

Linking:

Please use the canonical form https://CRAN.R-project.org/package=fuzzywuzzyR to link to this page.