Type: Package
Package: levitate
Title: Fuzzy String Comparison
Version: 0.2.0
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://github.com/lewinfox/levitate/,
        https://www.lewinfox.com/levitate/
BugReports: https://github.com/lewinfox/levitate/issues
Depends: R (>= 2.10)
Imports: rlang, stringdist
Suggests: glue, knitr, pkgdown, rmarkdown, styler, testthat
VignetteBuilder: knitr
Encoding: UTF-8
Language: en-GB
LazyData: true
RoxygenNote: 7.2.3
NeedsCompilation: no
Packaged: 2023-09-30 23:43:43 UTC; lewin
Author: Lewin Appleton-Fox [aut, cre, cph]
Maintainer: Lewin Appleton-Fox <lewin.a.f@gmail.com>
Repository: CRAN
Date/Publication: 2023-10-01 00:00:02 UTC
Built: R 4.2.0; ; 2023-10-09 00:55:57 UTC; unix
