Package: fuzzywuzzyR
Type: Package
Title: Fuzzy String Matching
Version: 1.0.5
Date: 2021-09-11
Authors@R: c( person(given = "Lampros", family = "Mouselimis", email = "mouselimislampros@gmail.com", role = c("aut", "cre"), comment = c(ORCID = "https://orcid.org/0000-0002-8024-1546")), person("SeatGeek", "Inc", role = "cph"))
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
VignetteBuilder: knitr
RoxygenNote: 7.1.1
NeedsCompilation: no
Packaged: 2021-09-11 13:21:05 UTC; lampros
Author: Lampros Mouselimis [aut, cre] (<https://orcid.org/0000-0002-8024-1546>),
  SeatGeek Inc [cph]
Maintainer: Lampros Mouselimis <mouselimislampros@gmail.com>
Repository: CRAN
Date/Publication: 2021-09-11 13:50:02 UTC
Built: R 4.3.3; ; 2025-01-24 15:59:54 UTC; unix
