From 1c6343efa3451d89754d63108b85fbb163fb96d2 Mon Sep 17 00:00:00 2001 From: Srinath <72057855+SrinathDevOps@users.noreply.github.com> Date: Wed, 16 Oct 2024 23:49:38 +0100 Subject: [PATCH] Update install.R added ggplot2 --- install.R | 1 + 1 file changed, 1 insertion(+) diff --git a/install.R b/install.R index 77bdf26..66d6804 100644 --- a/install.R +++ b/install.R @@ -3,3 +3,4 @@ install.packages("rmarkdown") install.packages("httr") install.packages("shinydashboard") install.packages('leaflet') +install.packages("ggplot2")