-
Notifications
You must be signed in to change notification settings - Fork 22
/
DESCRIPTION
54 lines (54 loc) · 1.18 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
Package: jtools
Type: Package
Title: Analysis and Presentation of Social Scientific Data
Version: 2.3.0
Authors@R: person(c("Jacob","A."), "Long", email = "[email protected]",
role = c("aut", "cre"), comment = c(ORCID = "0000-0002-1582-6214"))
Description: This is a collection of tools for more efficiently understanding
and sharing the results of (primarily) regression analyses. There are also a
number of miscellaneous functions for statistical and programming purposes.
Support for models produced by the survey and lme4 packages are points of
emphasis.
URL: https://jtools.jacob-long.com
BugReports: https://github.com/jacob-long/jtools/issues
License: GPL (>= 3)
Encoding: UTF-8
LazyData: true
Imports:
cli,
generics,
broom,
broom.mixed,
ggplot2 (>= 3.4.0),
magrittr,
pander,
pkgconfig,
rlang,
sandwich,
tibble
Suggests:
boot,
huxtable,
kableExtra,
lme4,
lmerTest,
MASS,
methods,
pbkrtest,
RColorBrewer,
scales,
survey,
weights,
knitr,
rmarkdown,
testthat,
vdiffr
Enhances:
brms,
quantreg,
rstanarm
RoxygenNote: 7.3.2
VignetteBuilder: knitr
Roxygen: list(markdown = TRUE)
Depends:
R (>= 3.6.0)