Skip to content

intro: include list of packages in classwork #456

Description

@simonpcouch

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)

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions