Type: Package
Package: widyr
Title: Widen, Process, then Re-Tidy Data
Version: 0.1.5
Authors@R: c(
    person("David", "Robinson", , "admiral.david@gmail.com", role = "aut"),
    person("Kanishka", "Misra", role = "ctb"),
    person("Julia", "Silge", , "julia.silge@gmail.com", role = c("aut", "cre"),
           comment = c(ORCID = "0000-0002-3671-836X"))
  )
Description: Encapsulates the pattern of untidying data into a wide
    matrix, performing some processing, then turning it back into a tidy
    form. This is useful for several operations such as co-occurrence
    counts, correlations, or clustering that are mathematically convenient
    on wide matrices.
License: MIT + file LICENSE
URL: https://github.com/juliasilge/widyr,
        https://juliasilge.github.io/widyr/
BugReports: https://github.com/juliasilge/widyr/issues
Imports: broom, dplyr, Matrix, purrr, reshape2, rlang, tibble, tidyr,
        tidytext
Suggests: countrycode, covr, fuzzyjoin, gapminder, ggplot2, ggraph,
        igraph, irlba, janeaustenr, knitr, maps, rmarkdown, testthat,
        unvotes (>= 0.3.0)
VignetteBuilder: knitr
Encoding: UTF-8
RoxygenNote: 7.2.1
NeedsCompilation: no
Packaged: 2022-09-12 22:47:37 UTC; juliasilge
Author: David Robinson [aut],
  Kanishka Misra [ctb],
  Julia Silge [aut, cre] (<https://orcid.org/0000-0002-3671-836X>)
Maintainer: Julia Silge <julia.silge@gmail.com>
Repository: CRAN
Date/Publication: 2022-09-13 08:10:02 UTC
Built: R 4.2.0; ; 2023-07-10 23:56:30 UTC; unix
