From fd903abad1a576d0a6891de36f810d2f546eb48c Mon Sep 17 00:00:00 2001 From: Millicool Date: Mon, 15 Dec 2025 17:21:04 +0100 Subject: [PATCH] Add missing dependencies --- app.R | 1 + global.R | 10 ++++++++++ 2 files changed, 11 insertions(+) diff --git a/app.R b/app.R index e00711e..4adf290 100644 --- a/app.R +++ b/app.R @@ -1,3 +1,4 @@ +library(rjson) library(shiny) library(bslib) library(leaflet) diff --git a/global.R b/global.R index dcf6f74..95e3ea2 100644 --- a/global.R +++ b/global.R @@ -1,4 +1,14 @@ library(rjson) +library(shiny) +library(bslib) +library(leaflet) +library(sf) +library(htmltools) +library(dplyr) +library(purrr) +library(ggplot2) +library(ggthemes) +library(stringr) # Json of Crime Reports crime_json <- fromJSON(file="data.json") get_bezirk_by_stadtteil <- function(name) {