-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathDESCRIPTION
45 lines (45 loc) · 1.62 KB
/
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
36
37
38
39
40
41
42
43
44
45
Package: zoomerjoin
Title: Superlatively Fast Fuzzy Joins
Version: 0.2.0
Authors@R: c(
person("Beniamino", "Green", , "[email protected]", role = c("aut", "cre", "cph")),
person("Etienne", "Bacher", email = "[email protected]", role = "ctb",
comment = c(ORCID = "0000-0002-9271-5075")),
person(given = "The authors of the dependency Rust crates",
role = c("ctb", "cph"),
comment = "see inst/AUTHORS file for details")
)
Description: Empowers users to fuzzily-merge data frames with millions or tens of millions of rows in minutes with low memory usage. The package uses the locality sensitive hashing algorithms developed by Datar, Immorlica, Indyk and Mirrokni (2004) <doi:10.1145/997817.997857>, and Broder (1998) <doi:10.1109/SEQUEN.1997.666900> to avoid having to compare every pair of records in each dataset, resulting in fuzzy-merges that finish in linear time.
License: GPL (>= 3)
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
SystemRequirements: Cargo (>= 1.56) (Rust's package manager), rustc (>= 1.70)
Imports:
collapse,
dplyr,
tibble,
tidyr
Suggests:
babynames,
covr,
fuzzyjoin,
igraph,
knitr,
microbenchmark,
profmem,
purrr,
rmarkdown,
stringdist,
testthat (>= 3.0.0),
tidyverse,
vdiffr
Config/testthat/edition: 3
URL: https://beniamino.org/zoomerjoin/, https://github.com/beniaminogreen/zoomerjoin
BugReports: https://github.com/beniaminogreen/zoomerjoin/issues
VignetteBuilder: knitr
Depends:
R (>= 2.10)
LazyData: true
LazyDataCompression: xz
Config/rextendr/version: 0.3.1.9001