-
Notifications
You must be signed in to change notification settings - Fork 51
/
Copy pathDESCRIPTION
59 lines (59 loc) · 976 Bytes
/
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
Package: bookclubislr
Title: Introduction to Statistical Learning Using R Book Club
Version: 0.0.0.9000
Authors@R: c(
person(
"Data Science Learning Community",
email = "[email protected]",
role = c("aut", "cre", "cph")
)
)
URL: https://r4ds.github.io/bookclub-islr, https://github.com/r4ds/bookclub-islr
Depends:
R (>= 3.1.0)
Imports:
bookdown,
broomstick,
car,
conflicted,
cowplot,
DiagrammeR,
dlookr,
doParallel,
emo,
factoextra,
finetune,
gam,
GGally,
ggstatsplot,
ggthemes,
glmnet,
htmlTable,
ISLR,
ISLR2,
janitor,
kernlab,
knitr,
magrittr,
mgcv,
patchwork,
proxy,
rafalib,
randomForest,
ranger,
readr,
rmarkdown,
rpart.plot,
skimr,
softImpute,
splines,
survminer,
tidymodels,
tidyverse,
titanic,
vip,
xgboost
Remotes:
hadley/emo,
njtierney/broomstick,
koalaverse/vip