From d4e70a141e6937f08dd0c217024b90e4218ad3fc Mon Sep 17 00:00:00 2001 From: Jon Harmon Date: Thu, 1 Aug 2024 06:56:40 -0500 Subject: [PATCH] Use required packages. --- DESCRIPTION | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/DESCRIPTION b/DESCRIPTION index 4ea615f..6e342c2 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -6,7 +6,8 @@ Authors@R: URL: https://r4ds.github.io/bookclub-ema, https://github.com/r4ds/bookclub-ema Depends: - R (>= 3.1.0) + R (>= 3.1.0), + tidymodels Imports: archivist, bookdown, @@ -14,7 +15,11 @@ Imports: DALEXtra, data.table, dplyr, + DT, + e1071, flextable, + gbm, + GGally, ggplot2, iml, kableExtra, @@ -23,6 +28,7 @@ Imports: localModel, patchwork, randomForest, + ranger, rmarkdown, rms, scales,