Esp. since the list of packages have now diverged, it might be nice to include the list of packages to install inside of the intro-01 classwork for easy running:
|
#| label: installs |
|
#| eval: false |
|
#| echo: true |
|
|
|
# Install the packages for the workshop |
|
pkgs <- |
|
c("bonsai", "Cubist", "doParallel", "earth", "embed", "finetune", |
|
"lightgbm", "lme4", "parallelly", "plumber", "probably", |
|
"ranger", "rpart", "rpart.plot", "rules", "splines2", "stacks", |
|
"text2vec", "textrecipes", "tidymodels", "vetiver") |
|
|
|
install.packages(pkgs) |
Esp. since the list of packages have now diverged, it might be nice to include the list of packages to install inside of the intro-01 classwork for easy running:
workshops/slides/intro-01-introduction.qmd
Lines 298 to 309 in 8610a04