Package: widyr
Type: Package
Title: Widen, Process, then Re-Tidy Data
Version: 0.1.4
Authors@R: c(person("David", "Robinson", email = "admiral.david@gmail.com", role = c("aut", "cre")),
             person("Kanishka", "Misra", role = "ctb"),
             person("Julia", "Silge", role = "ctb", email = "julia.silge@gmail.com"))
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
Encoding: UTF-8
Maintainer: David Robinson <admiral.david@gmail.com>
URL: https://github.com/dgrtwo/widyr
BugReports: https://github.com/dgrtwo/widyr/issues
VignetteBuilder: knitr
Imports: rlang, dplyr, tidyr, reshape2, tidytext, purrr, Matrix, broom,
        tibble, gapminder
Suggests: ggraph, igraph, testthat, covr, knitr, janeaustenr,
        rmarkdown, unvotes (>= 0.3.0), countrycode, fuzzyjoin, ggplot2,
        maps, irlba
RoxygenNote: 7.1.1
NeedsCompilation: no
Packaged: 2021-08-12 16:47:03 UTC; drobinson
Author: David Robinson [aut, cre],
  Kanishka Misra [ctb],
  Julia Silge [ctb]
Repository: CRAN
Date/Publication: 2021-08-12 17:10:02 UTC
Built: R 4.0.2; ; 2021-08-13 10:44:26 UTC; unix
