From 57d879e94e6f6151afaa26f6d38db83fdd61a9c3 Mon Sep 17 00:00:00 2001 From: Julien DIOT Date: Fri, 19 Jul 2024 11:04:22 +0900 Subject: [PATCH] deps: add new packages to installation script --- tools/installDeps.R | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tools/installDeps.R b/tools/installDeps.R index 20cee1b..3fe0dfd 100644 --- a/tools/installDeps.R +++ b/tools/installDeps.R @@ -20,7 +20,9 @@ install.packages( "shinyjs", "rmarkdown", "lubridate", - "vistime" + "vistime", + "shinyvalidate", + "bsicons" ) )