-
Notifications
You must be signed in to change notification settings - Fork 17
/
Copy pathDESCRIPTION
29 lines (29 loc) · 864 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
Package: tidyversity
Version: 0.0.1
Title: Tidy Tools for Academics
Description: Tidy tools designed for use in academic research. Use functions
to wrangle (e.g., wide-to-long or long-to-wide) and statistically analyze
(e.g., Cronbach's alpha) data using conventions/techniques commonly
observed in academic research. This package uses tidy evaluation (a form
of non-standard evaluation) for ease of use and helps researchers keep their
data and analysis tidy.
Encoding: UTF-8
LazyData: true
ByteCompile: true
Author: person("Michael Wayne", "Kearney", ,
"kearneymw@missouri.edu", role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-0730-4694"))
License: MIT + file LICENSE
RoxygenNote: 6.0.1.9000
Imports:
broom,
lavaan,
magrittr,
MASS,
psych,
rlang,
robust,
robustlmm,
tibble,
tidyselect,
lavaan