Skip to content
Open
Show file tree
Hide file tree
Changes from 5 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion R/installs.R
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ packages <- c(
"furrr",
"future",
"GGally",
"ggforce",
"glmnet",
"glue",
"htmlwidgets",
Expand All @@ -43,6 +44,7 @@ packages <- c(
"nycflights13",
"parsnip",
"partykit",
"patchwork",
"pkgdown",
"pls",
"plsmod",
Expand Down Expand Up @@ -129,4 +131,3 @@ library(brulee)
library(keras)

install_keras(method = "virtualenv")

Loading