-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathDESCRIPTION
56 lines (56 loc) · 1.1 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
Type: Package
Package: circus
Title: The Circus of Monsters
Version: 0.1.3
Authors@R:
c(person(given = "Dominique",
family = "Makowski",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0001-5375-9967")),
person(given = "Daniel",
family = "Lüdecke",
role = "aut",
email = "[email protected]",
comment = c(ORCID = "0000-0002-8895-3206")))
Maintainer: Dominique Makowski <[email protected]>
Description: Contains a variety of fitted models and data to
help the systematic testing of other packages.
License: GPL-3
Depends:
R (>= 3.5)
Imports:
httr
Suggests:
betareg,
brms,
covr,
coxme,
gam,
gee,
GLMMadaptive,
glmmTMB,
gmnl,
knitr,
lme4,
MASS,
mgcv,
mlogit,
nlme,
nnet,
ordinal,
pscl,
rmarkdown,
rstanarm,
spelling,
splines,
survey,
survival,
truncreg,
usethis
VignetteBuilder:
knitr
Encoding: UTF-8
Language: en-US
LazyData: true
RoxygenNote: 7.3.2