Type: Package
Package: levitate
Title: Fuzzy String Comparison
Version: 0.2.2
Authors@R: 
    person("Lewin", "Appleton-Fox", , "lewin.a.f@gmail.com", role = c("aut", "cre", "cph"))
Description: Provides string similarity calculations inspired by the
    Python 'thefuzz' package. Compare strings by edit distance, similarity
    ratio, best matching substring, ordered token matching and set-based
    token matching. A range of edit distance measures are available thanks
    to the 'stringdist' package.
License: GPL-3
URL: https://lewinfox.com/levitate/
BugReports: https://github.com/lewinfox/levitate/issues
Depends: R (>= 2.10)
Imports: rlang, stringdist
Suggests: glue, knitr, pkgdown, rmarkdown, stringi, testthat
VignetteBuilder: knitr
Encoding: UTF-8
Language: en-GB
LazyData: true
RoxygenNote: 7.3.2
NeedsCompilation: no
Packaged: 2025-09-14 21:15:00 UTC; lewin
Author: Lewin Appleton-Fox [aut, cre, cph]
Maintainer: Lewin Appleton-Fox <lewin.a.f@gmail.com>
Repository: CRAN
Date/Publication: 2025-09-14 21:30:02 UTC
Built: R 4.5.1; ; 2025-10-06 01:16:03 UTC; windows
