Package: widyr
Type: Package
Title: Widen, Process, then Re-Tidy Data
Version: 0.1.1
Date: 2018-03-10
Authors@R: c(person("David", "Robinson", email = "admiral.david@gmail.com", role = c("aut", "cre")),
             person("Kanishka", "Misra", role = "ctb"))
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
LazyData: TRUE
Maintainer: David Robinson <admiral.david@gmail.com>
URL: http://github.com/dgrtwo/widyr
BugReports: http://github.com/dgrtwo/widyr/issues
VignetteBuilder: knitr
Imports: dplyr, tidyr, reshape2, tidytext, purrr, Matrix, broom
Suggests: ggraph, igraph, gapminder, testthat, covr, knitr,
        topicmodels, janeaustenr, rmarkdown, unvotes (>= 0.2.0),
        countrycode, fuzzyjoin, ggplot2, maps, irlba
RoxygenNote: 6.0.1
NeedsCompilation: no
Packaged: 2018-03-11 04:26:15 UTC; drobinson
Author: David Robinson [aut, cre],
  Kanishka Misra [ctb]
Repository: CRAN
Date/Publication: 2018-03-11 04:51:37 UTC
