From 839f14ad1425277581ee63aaaf7417a4934ab21b Mon Sep 17 00:00:00 2001 From: Millicool Date: Thu, 11 Dec 2025 22:41:19 +0100 Subject: [PATCH] Add purrr dependency --- IT Shiny App.R | 1 + 1 file changed, 1 insertion(+) diff --git a/IT Shiny App.R b/IT Shiny App.R index b45df5c..e5edc28 100644 --- a/IT Shiny App.R +++ b/IT Shiny App.R @@ -5,6 +5,7 @@ library(leaflet) library(sf) library(htmltools) library(dplyr) +library(purrr) # Json of Crime Reports crime_json <- fromJSON(file="data.json")