forked from easystats/report
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
123 lines (123 loc) · 3.51 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
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
Type: Package
Package: report
Title: Automated Reporting of Results and Statistical Models
Version: 0.5.1.2
Authors@R:
c(person(given = "Dominique",
family = "Makowski",
role = c("aut", "cre"),
email = "dom.makowski@gmail.com",
comment = c(ORCID = "0000-0001-5375-9967", Twitter = "@Dom_Makowski")),
person(given = "Daniel",
family = "Lüdecke",
role = "aut",
email = "d.luedecke@uke.de",
comment = c(ORCID = "0000-0002-8895-3206", Twitter = "@strengejacke")),
person(given = "Mattan S.",
family = "Ben-Shachar",
role = "aut",
email = "matanshm@post.bgu.ac.il",
comment = c(ORCID = "0000-0002-4287-4801", Twitter = "@mattansb")),
person(given = "Indrajeet",
family = "Patil",
role = "aut",
email = "patilindrajeet.science@gmail.com",
comment = c(ORCID = "0000-0003-1995-6531", Twitter = "@patilindrajeets")),
person(given = "Brenton M.",
family = "Wiernik",
role = "aut",
email = "brenton@wiernik.org",
comment = c(ORCID = "0000-0001-9560-6336", Twitter = "@bmwiernik")),
person(given = "Rudolf",
family = "Siegel",
role = "ctb",
email = "mutlusun@users.noreply.github.com",
comment = c(ORCID = "0000-0002-6021-804X")))
Maintainer: Dominique Makowski <dom.makowski@gmail.com>
Description: The aim of the 'report' package is to bridge the gap between
R’s output and the formatted results contained in your manuscript.
This package converts statistical models and data frames into textual
reports suited for publication, ensuring standardization and quality
in results reporting.
License: GPL-3 | file LICENSE
URL: https://easystats.github.io/report/
BugReports: https://github.com/easystats/report/issues
Depends:
R (>= 3.5)
Imports:
bayestestR (>= 0.12.1),
effectsize (>= 0.7.0),
insight (>= 0.17.1),
parameters (>= 0.18.1),
performance (>= 0.9.0),
datawizard (>= 0.4.1),
stats,
tools,
utils
Suggests:
BayesFactor,
brms,
ivreg,
knitr,
lavaan,
lme4,
dplyr,
rmarkdown,
rstanarm,
survival,
testthat
VignetteBuilder:
knitr
Encoding: UTF-8
Language: en-US
RoxygenNote: 7.2.0
Config/testthat/edition: 3
Collate:
'cite_easystats.R'
'format_algorithm.R'
'format_citation.R'
'format_formula.R'
'format_model.R'
'utils_combine_tables.R'
'report.lm.R'
'report.MixMod.R'
'report_text.R'
'report.R'
'report.htest.R'
'report.aov.R'
'report.bayesfactor_models.R'
'report.lme4.R'
'report.stanreg.R'
'report.brmsfit.R'
'report.character.R'
'report.compare_performance.R'
'report.data.frame.R'
'report.default.R'
'report.factor.R'
'report.glm.R'
'report.glmmTMB.R'
'report.ivreg.R'
'report.lavaan.R'
'report.lme.R'
'report.numeric.R'
'report.sessionInfo.R'
'report.survreg.R'
'report.test_performance.R'
'report.zeroinfl.R'
'report_effectsize.R'
'report_info.R'
'report_intercept.R'
'report_misc.R'
'report_model.R'
'report_parameters.R'
'report_participants.R'
'report_performance.R'
'report_priors.R'
'report_random.R'
'report_sample.R'
'report_statistics.R'
'report_table.R'
'utils_error_message.R'
'utils_grouped_df.R'
'zzz.R'
Roxygen: list(markdown = TRUE)