-
Notifications
You must be signed in to change notification settings - Fork 1
/
DESCRIPTION
74 lines (74 loc) · 1.57 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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
Package: timesaveR
Title: Functions to Accelerate (Academic) Data Analysis and Reporting
Version: 0.0.2.9003
Authors@R:
person("Lukas", "Wallrich", , "[email protected]", role = c("aut", "cre"), comment = c(ORCID = "0000-0003-2121-5177"))
Description: Functions and templates in this package facilitate common
tasks in the course of most research projects in social psychology and
related fields. These include creating scales, reporting descriptive
statistics, correlations and distributions, reporting linear
regression models with standardized coefficients and F-change
comparisons, as well as plotting mediation models.
License: GPL (>= 3)
URL: https://lukaswallrich.github.io/timesaveR/
BugReports: https://github.com/LukasWallrich/timesaveR/issues
Depends:
R (>= 3.60)
Imports:
broom,
checkmate,
dplyr,
forcats,
generics,
ggplot2,
glue,
here,
magrittr,
Matrix,
psych,
purrr,
rlang (>= 0.1.2),
scales,
stringi,
stringr,
tibble,
tidyr,
tidyselect
Suggests:
car,
clipr,
DiagrammeR,
DiagrammeRsvg,
future,
future.apply,
gt,
htmltools,
jtools,
knitr,
lavaan,
MASS,
mice,
miceadds,
minidown,
mitools,
modelsummary,
pscl,
readr,
reprex,
rmarkdown,
rstudioapi,
rsvg,
spelling,
srvyr,
survey,
testthat (>= 3.0.0),
weights,
xml2
VignetteBuilder:
knitr
Config/testthat/edition: 3
Encoding: UTF-8
Language: en-US
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.1