-
Notifications
You must be signed in to change notification settings - Fork 1
/
DESCRIPTION
32 lines (32 loc) · 1.01 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
Package: dedupewider
Title: Deduplication Across Multiple Columns
Version: 0.1.0
Authors@R:
person("Grzegorz",
"Smoliński",
role = c("aut", "cre"),
email = "[email protected]")
Description: Duplicated data can exist in different rows and columns and user may need to
treat observations (rows) connected by duplicated data as one observation,
e.g. companies can belong to one family (and thus: be one company) by sharing
some telephone numbers. This package allows to find connected rows
based on data on chosen columns and collapse it into one row.
License: MIT + file LICENSE
URL: https://github.com/gsmolinski/dedupewider
BugReports: https://github.com/gsmolinski/dedupewider/issues
Depends: R (>= 3.2.0)
Imports:
methods,
data.table (>= 1.12.4)
Suggests:
rmarkdown,
knitr,
kableExtra,
magrittr,
testthat (>= 3.0.0)
Config/testthat/edition: 3
VignetteBuilder: knitr
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.2