# Install the packages for the workshop
pkgs <-
c("almanac", "betacal", "bonsai", "brulee", "C50", "Cubist", "desirability2",
"dimRed", "earth", "embed", "extrasteps", "finetune", "igraph",
"important", "irlba", "kknn", "lightgbm", "lme4", "mirai", "parallelly",
"plumber", "probably", "RANN", "rpart", "RSpectra", "rules",
"splines2", "stacks", "text2vec", "textrecipes", "tidymodels",
"uwot", "vetiver")
install.packages(pkgs)