Skip to content

Instantly share code, notes, and snippets.

@edgararuiz
Created March 5, 2024 23:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save edgararuiz/5414a867daaf7fce03974b6192f47e1e to your computer and use it in GitHub Desktop.
Save edgararuiz/5414a867daaf7fce03974b6192f47e1e to your computer and use it in GitHub Desktop.
Paquetes y materiales de clase
pkgs <-
c("bonsai", "doParallel", "embed", "finetune", "lightgbm", "lme4",
"plumber", "probably", "ranger", "rpart", "rpart.plot", "rules",
"splines2", "stacks", "text2vec", "textrecipes", "tidymodels",
"vetiver", "remotes", "usethis")
install.packages(pkgs)
if(dir.exists("~/tidymodels")) stop("El folder ya existe")
dir.create("~/tidymodels")
usethis::create_from_github(
"https://github.com/tidymodels/workshops",
destdir = "~/tidymodels",
fork = FALSE
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment