Type: Package Package: widyr Title: Widen, Process, then Re-Tidy Data Version: 0.1.5.9000 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 Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.3 Config/pak/sysreqs: libicu-dev Repository: https://juliasilge.r-universe.dev Date/Publication: 2026-03-09 17:04:05 UTC RemoteUrl: https://github.com/juliasilge/widyr RemoteRef: HEAD RemoteSha: 489e8d1167f366397e07f6089dcc2903d1373e21 NeedsCompilation: no Packaged: 2026-06-07 07:19:55 UTC; root Author: David Robinson [aut], Kanishka Misra [ctb], Julia Silge [aut, cre] (ORCID: ) Maintainer: Julia Silge Depends: R (>= 4.1.0)