-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathDESCRIPTION
59 lines (59 loc) · 1.29 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
51
52
53
54
55
56
57
58
59
Package: JWileymisc
Title: Miscellaneous Utilities and Functions
Version: 1.4.2
Authors@R:
person(given = "Joshua F.",
family = "Wiley",
role = c("aut", "cre"),
email = "jwiley.psych@gmail.com",
comment = c(ORCID = "0000-0002-0271-6702"))
URL: https://joshuawiley.com/JWileymisc/, https://github.com/JWiley/JWileymisc
BugReports: https://github.com/JWiley/JWileymisc/issues
Description: Miscellaneous tools and functions,
including: generate descriptive statistics tables,
format output, visualize relations among variables or check
distributions, and generic functions for residual and
model diagnostics.
License: GPL (>= 3)
Depends:
R (>= 4.0.0)
Imports:
stats,
utils,
MASS,
multcompView,
emmeans,
data.table (>= 1.14.8),
graphics,
grid,
ggplot2 (>= 3.4.3),
scales,
ggpubr,
mgcv,
mice,
methods,
psych,
rms,
robustbase,
quantreg,
lavaan (>= 0.6-16),
VGAM (>= 1.1-9),
lme4,
extraoperators (>= 0.1.1),
digest,
fst,
rlang
Suggests:
foreach,
testthat (>= 3.1.10),
covr,
withr,
knitr,
rmarkdown,
pander,
GPArotation
Encoding: UTF-8
LazyData: true
Config/testthat/edition: 3
VignetteBuilder: knitr
RoxygenNote: 7.3.2