-
-
Notifications
You must be signed in to change notification settings - Fork 45
/
DESCRIPTION
124 lines (124 loc) · 3.54 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
124
Type: Package
Package: see
Title: Model Visualisation Toolbox for 'easystats' and 'ggplot2'
Version: 0.9.0.7
Authors@R:
c(person(given = "Daniel",
family = "Lüdecke",
role = c("aut", "ctb"),
email = "d.luedecke@uke.de",
comment = c(ORCID = "0000-0002-8895-3206")),
person(given = "Dominique",
family = "Makowski",
role = c("aut", "inv"),
email = "dom.makowski@gmail.com",
comment = c(ORCID = "0000-0001-5375-9967")),
person(given = "Indrajeet",
family = "Patil",
role = c("aut", "cre"),
email = "patilindrajeet.science@gmail.com",
comment = c(ORCID = "0000-0003-1995-6531")),
person(given = "Mattan S.",
family = "Ben-Shachar",
role = c("aut", "ctb"),
email = "matanshm@post.bgu.ac.il",
comment = c(ORCID = "0000-0002-4287-4801")),
person(given = "Brenton M.",
family = "Wiernik",
role = c("aut", "ctb"),
email = "brenton@wiernik.org",
comment = c(ORCID = "0000-0001-9560-6336")),
person(given = "Philip",
family = "Waggoner",
role = c("aut", "ctb"),
email = "philip.waggoner@gmail.com",
comment = c(ORCID = "0000-0002-7825-7573")),
person(given = "Jeffrey R.",
family = "Stevens",
role = "ctb",
email = "jeffrey.r.stevens@gmail.com",
comment = c(ORCID = "0000-0003-2375-1360")),
person(given = "Matthew",
family = "Smith",
role = "rev",
email = "M.Smith3@napier.ac.uk",
comment = c(Twitter = "@SmithMatt90")),
person(given = "Jakob",
family = "Bossek",
role = "rev",
email = "bossek@wi.uni-muenster.de"))
Maintainer: Indrajeet Patil <patilindrajeet.science@gmail.com>
Description: Provides plotting utilities supporting packages in the 'easystats'
ecosystem (<https://github.com/easystats/easystats>) and some extra themes,
geoms, and scales for 'ggplot2'. Color scales are based on
<https://materialui.co/>.
References: Lüdecke et al. (2021) <doi:10.21105/joss.03393>.
License: MIT + file LICENSE
URL: https://easystats.github.io/see/
BugReports: https://github.com/easystats/see/issues
Depends:
graphics,
grDevices,
R (>= 4.0),
stats
Imports:
bayestestR (>= 0.15.0),
correlation (>= 0.8.6),
datawizard (>= 0.13.0),
effectsize (>= 0.8.9),
ggplot2 (>= 3.5.1),
insight (>= 0.20.5),
modelbased (>= 0.8.9),
parameters (>= 0.23.0),
performance (>= 0.12.4)
Suggests:
BH,
brms,
curl,
DHARMa,
emmeans,
factoextra,
ggdag,
ggdist,
ggraph,
ggrepel,
ggridges,
ggside,
glmmTMB,
grid,
httr,
httr2,
lavaan,
lme4,
logspline,
MASS,
mclogit,
mclust,
merDeriv,
mgcv,
metafor,
NbClust,
nFactors,
patchwork (>= 1.2.0),
poorman,
psych,
qqplotr (>= 0.0.6),
randomForest,
RcppEigen,
rlang,
rmarkdown,
rstanarm,
scales (>= 1.3.0),
splines,
testthat (>= 3.2.1),
tidygraph,
vdiffr (>= 1.0.8)
Encoding: UTF-8
Language: en-US
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
Config/testthat/edition: 3
Config/testthat/parallel: true
Config/Needs/website: easystats/easystatstemplate
Config/rcmdcheck/ignore-inconsequential-notes: true
Remotes: easystats/performance, easystats/parameters, easystats/insight