Package: fuzzywuzzyR
Type: Package
Title: Fuzzy String Matching
Version: 1.0.2
Date: 2018-01-18
Author: Lampros Mouselimis <mouselimislampros@gmail.com>
Maintainer: Lampros Mouselimis <mouselimislampros@gmail.com>
BugReports: https://github.com/mlampros/fuzzywuzzyR/issues
URL: https://github.com/mlampros/fuzzywuzzyR
Description: 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. 
License: GPL-2
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.
Depends: R(>= 3.2.3)
Imports: reticulate, R6
Suggests: testthat, covr, knitr, rmarkdown
Encoding: UTF-8
LazyData: true
VignetteBuilder: knitr
RoxygenNote: 6.0.1
NeedsCompilation: no
Packaged: 2018-01-18 09:44:59 UTC; lampros
Repository: CRAN
Date/Publication: 2018-01-18 10:04:30 UTC
