From b5bad4ed0ffc06645809abf4f3c2152b8d3cca67 Mon Sep 17 00:00:00 2001 From: Simon Innerbichler Date: Tue, 19 May 2026 08:58:43 +0200 Subject: [PATCH] readded reactiveValues declarations --- dev/app.R | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/dev/app.R b/dev/app.R index 37dc409..d6d0682 100644 --- a/dev/app.R +++ b/dev/app.R @@ -27,7 +27,9 @@ library(car) library(dplyr) library(scales) - +Dat <- reactiveValues() +REP <- reactiveValues() +REPlin <- reactiveValues() source("../R/Global.R")