-
-
Notifications
You must be signed in to change notification settings - Fork 46
Expand file tree
/
Copy pathDESCRIPTION
More file actions
129 lines (129 loc) · 3.66 KB
/
DESCRIPTION
File metadata and controls
129 lines (129 loc) · 3.66 KB
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
125
126
127
128
129
Type: Package
Package: see
Title: Model Visualisation Toolbox for 'easystats' and 'ggplot2'
Version: 0.13.0.1
Authors@R:
c(person(given = "Daniel",
family = "Lüdecke",
role = c("aut", "cre"),
email = "officialeasystats@gmail.com",
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"),
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 = "Rémi",
family = "Thériault",
role = c("aut", "ctb"),
email = "remi.theriault@mail.mcgill.ca",
comment = c(ORCID = "0000-0003-4315-6788")),
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"),
person(given = "Jakob",
family = "Bossek",
role = "rev",
email = "bossek@wi.uni-muenster.de"))
Maintainer: Daniel Lüdecke <officialeasystats@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.1),
stats
Imports:
bayestestR (>= 0.17.0),
correlation (>= 0.8.8),
datawizard (>= 1.3.0),
effectsize (>= 1.0.2),
ggplot2 (>= 4.0.2),
insight (>= 1.4.6),
modelbased (>= 0.14.0),
patchwork (>= 1.3.2),
parameters (>= 0.28.3),
performance (>= 0.16.0)
Suggests:
BH,
brms,
collapse,
curl,
DHARMa,
discovr,
emmeans,
factoextra,
Formula,
ggdag,
ggdist,
ggraph,
ggrepel,
ggridges,
ggside,
glmmTMB,
grid,
httr2,
lavaan,
lme4,
logspline,
marginaleffects,
MASS,
mclogit,
mclust,
merDeriv,
mgcv,
metafor,
NbClust,
nFactors,
psych,
qqplotr (>= 0.0.6),
randomForest,
RcppEigen,
rlang,
rmarkdown,
rstanarm,
scales (>= 1.4.0),
splines,
testthat (>= 3.2.1),
tidygraph,
vdiffr (>= 1.0.8)
Encoding: UTF-8
Language: en-US
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.3
Config/testthat/edition: 3
Config/testthat/parallel: true
Config/Needs/website: easystats/easystatstemplate
Config/rcmdcheck/ignore-inconsequential-notes: true