Package: dedupewider
Title: Deduplication Across Multiple Columns
Version: 0.1.1
Authors@R: 
    person("Grzegorz",
           "Smoliński",
           role = c("aut", "cre"),
           email = "g.smolinski1@gmail.com")
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
RoxygenNote: 7.3.2
NeedsCompilation: no
Packaged: 2025-04-07 16:56:12 UTC; g.smolinski
Author: Grzegorz Smoliński [aut, cre]
Maintainer: Grzegorz Smoliński <g.smolinski1@gmail.com>
Repository: CRAN
Date/Publication: 2025-04-07 17:20:01 UTC
Built: R 4.3.3; ; 2025-04-07 18:37:02 UTC; unix
