forked from OpenIntroStat/ims
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
60 lines (60 loc) · 1.04 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
Package: ims
Title: Introduction to Modern Statistics
Version: 0.1
Authors@R:
c(person(given = "Mine",
family = "Çetinkaya-Rundel",
role = c("aut", "cre"),
email = "[email protected]"),
person(given = "Johanna",
family = "Hardin",
role = "aut",
email = "[email protected]"))
URL: https://github.com/openintrostat/ims
Depends:
R (>= 3.1.0)
Imports:
tidymodels,
gghighlight,
glue,
ggimage,
ggmosaic,
ggpubr,
ggrepel,
ggridges,
gridExtra,
GGally,
here,
infer,
janitor,
knitr,
kableExtra,
maps,
measurements,
nycflights13,
openintro,
patchwork,
quantreg,
tidyverse,
scales,
skimr,
caret,
palmerpenguins,
survival,
ukbabynames,
unvotes,
usdata,
waffle,
xtable,
Stat2Data,
mosaicData,
e1071
Suggests:
downlit,
knitr,
ragg,
textshaping
Remotes:
haleyjeppson/ggmosaic,
hrbrmstr/waffle
Encoding: UTF-8