-
Notifications
You must be signed in to change notification settings - Fork 4
/
DESCRIPTION
57 lines (57 loc) · 1.41 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
Package: tidymodels.tutorials
Title: Tutorials for "Tidy Modeling with R"
Version: 0.0.0.9002
Authors@R:
person(given = "David",
family = "Kane",
role = c("aut", "cre", "cph"),
email = "[email protected]",
comment = c(ORCID = "0000-0002-6660-3934"))
Description: When assigned "Tidy Modeling with R: A Framework for Modeling in
the Tidyverse" (Kuhn and Silge (2023, ISBN: 1492096482)), students should
read the book and type in all the associated R commands themselves. Sadly,
that never happens. These tutorials allow students to demonstrate (and their
instructors to be sure) that all work has been completed. See Kane (2023)
<https://ppbds.github.io/tutorial.helpers/articles/instructions.html> from
the 'tutorial.helpers' package for a background discussion.
License: MIT + file LICENSE
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3
Suggests:
baguette,
beans,
bestNormalize,
censored,
corrplot,
corrr,
DALEXtra,
discrim,
doParallel,
embed,
fastICA,
finetune,
ggrepel,
ggforce,
kernlab,
klaR,
lme4,
learnr,
mda,
mixOmics,
multilevelmod,
nlme,
ranger,
roxygen2,
rsconnect,
rstanarm,
rules,
stringr,
testthat (>= 3.0.0),
tidymodels,
tidyposterior,
tidyverse,
tutorial.helpers,
usemodels,
xgboost
Config/testthat/edition: 3