Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 13 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,12 +1,22 @@
Package: tidymodels.tutorials
Title: Tutorials for Tidy Modeling with R
Version: 0.0.0.9002
Authors@R:
Authors@R: c(
person(given = "David",
family = "Kane",
role = c("aut", "cre", "cph"),
email = "dave.kane@gmail.com",
comment = c(ORCID = "0000-0002-6660-3934"))
comment = c(ORCID = "0000-0002-6660-3934")),
person(given = "Aryan",
family = "Kancherla",
role = "aut",
email = "aryankancherla21@gmail.com",
comment = c(ORCID = "0009-0006-0272-7635")),
person(given = "Pratham",
family = "Kancherla",
role = "aut",
email = "pratham.kancherla@gmail.com",
comment = c(ORCID = "0009-0002-6510-0136")))
Description: Tutorials for Tidy Modeling with R by Max Kuhn and Julia Silge.
In an ideal world, students would read the book and type in all the
associated R commands themselves. Sadly, that often does not happen.
Expand Down Expand Up @@ -45,6 +55,7 @@ Suggests:
rsconnect,
rstanarm,
rules,
stacks,
stringr,
testthat (>= 3.0.0),
tidymodels,
Expand Down
6 changes: 3 additions & 3 deletions TODO.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@ Read Modelling Basics chapters.
# Pratham


Week 2: 13, 15
Week 2: 13 (Done), 15 (Done)

Week 3: 17, 19, 21
Week 3: 17 (Done), 19 (Done), 21 (Currently working on)

# Aryan

Week 3: Chapters 16 (currently working on), 18, 20
Week 3: Chapters 16 (Done), 18 (Done), 20 (Done)


By July 28, done through chapter 9
Expand Down
Loading