Type: Package
Package: levitate
Title: Fuzzy String Comparison
Version: 0.1.0
Authors@R: 
    person(given = "Lewin",
           family = "Appleton-Fox",
           role = c("aut", "cre", "cph"),
           email = "lewin.a.f@gmail.com")
Description: Provides string similarity calculations inspired by the
    Python 'fuzzywuzzy' 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.github.io/levitate/,
        https://github.com/lewinfox/levitate/
BugReports: https://github.com/lewinfox/levitate/issues
Depends: R (>= 2.10)
Imports: cli, glue, rlang, stringdist, stringr
Suggests: knitr, pkgdown, rmarkdown, testthat
VignetteBuilder: knitr
Encoding: UTF-8
Language: en-GB
LazyData: true
RoxygenNote: 7.1.1
NeedsCompilation: no
Packaged: 2021-05-22 05:25:23 UTC; lewin
Author: Lewin Appleton-Fox [aut, cre, cph]
Maintainer: Lewin Appleton-Fox <lewin.a.f@gmail.com>
Repository: CRAN
Date/Publication: 2021-05-25 08:00:02 UTC
Built: R 4.1.0; ; 2021-05-26 15:46:28 UTC; unix
