-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathDESCRIPTION
35 lines (35 loc) · 946 Bytes
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
Type: Package
Package: levitate
Title: Fuzzy String Comparison
Version: 0.2.0
Authors@R:
person("Lewin", "Appleton-Fox", , "[email protected]", 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,
stringi,
styler,
testthat
VignetteBuilder:
knitr
Encoding: UTF-8
Language: en-GB
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3