Skip to content

Commit

Permalink
update setup.R with missing pkgs
Browse files Browse the repository at this point in the history
  • Loading branch information
nrennie committed Oct 15, 2023
1 parent 16ca58d commit c52496e
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions examples/setup.R
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
pkgs <- c("tidymodels", "tidyverse", "glmnet", "vip")
install.packages(pkgs)
pkgs <- c(
"tidymodels", "tidyverse", "glmnet", "vip",
"ranger", "kernlab"
)
install.packages(pkgs)

0 comments on commit c52496e

Please sign in to comment.