-
Notifications
You must be signed in to change notification settings - Fork 29
/
DESCRIPTION
50 lines (50 loc) · 1.24 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
Type: Package
Package: widyr
Title: Widen, Process, then Re-Tidy Data
Version: 0.1.5.9000
Authors@R: c(
person("David", "Robinson", , "[email protected]", role = "aut"),
person("Kanishka", "Misra", role = "ctb"),
person("Julia", "Silge", , "[email protected]", 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
LazyData: TRUE
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.1