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' 'python' package. It uses the 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 Config/pak/sysreqs: libpng-dev python3 Repository: https://mlampros.r-universe.dev Date/Publication: 2025-09-14 13:27:45 UTC RemoteUrl: https://github.com/mlampros/fuzzywuzzyr RemoteRef: HEAD RemoteSha: e4494adec3553f24910f622b90250cfd76ea6742 NeedsCompilation: no Packaged: 2026-06-11 09:13:25 UTC; root Author: Lampros Mouselimis [aut, cre] (ORCID: ), SeatGeek Inc [cph] Maintainer: Lampros Mouselimis