forked from juliasilge/widyr
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
35 lines (35 loc) · 950 Bytes
/
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
Package: widyr
Type: Package
Title: Widen, Process, then Re-Tidy Data
Version: 0.0.0.9000
Authors@R: person("David", "Robinson", email = "[email protected]", role = c("aut", "cre"))
Description: Encapsulates the pattern of un-tidying 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-occurence counts,
correlations, or clustering that are mathematically convenient on wide matrices.
License: MIT + file LICENSE
LazyData: TRUE
Maintainer: David Robinson <[email protected]>
URL: http://github.com/dgrtwo/widyr
BugReports: http://github.com/dgrtwo/widyr/issues
VignetteBuilder: knitr
Imports:
dplyr,
tidyr,
reshape2,
tidytext,
purrr,
Matrix,
broom,
methods
Suggests:
gapminder,
testthat,
covr,
knitr,
topicmodels,
janeaustenr,
rmarkdown,
unvotes,
tidytext
RoxygenNote: 6.0.1