Package: fuzzywuzzyR
Type: Package
Title: Fuzzy String Matching
Version: 1.0.6
Date: 2025-09-03
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 (>= 3.8), difflib, fuzzywuzzy ( >=0.15.0 ),
        python-Levenshtein ( >=0.12.0 ). Detailed installation
        instructions 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.3.2
NeedsCompilation: no
Packaged: 2025-09-03 08:56:14 UTC; lampros
Author: Lampros Mouselimis [aut, cre] (ORCID:
    <https://orcid.org/0000-0002-8024-1546>),
  SeatGeek Inc [cph]
Maintainer: Lampros Mouselimis <mouselimislampros@gmail.com>
Repository: CRAN
Date/Publication: 2025-09-03 09:20:09 UTC
Built: R 4.5.1; ; 2025-09-03 11:11:45 UTC; unix
