From d44c88eef7a20f60aa8636c4dff505e2701d64eb Mon Sep 17 00:00:00 2001 From: Simon Innerbichler Date: Tue, 19 May 2026 13:12:36 +0200 Subject: [PATCH] added dependencies to DESCRIPTION --- DESCRIPTION | 21 +++++++++++++++++++++ dev/app.R | 1 - 2 files changed, 21 insertions(+), 1 deletion(-) diff --git a/DESCRIPTION b/DESCRIPTION index 9e6b391..ca45268 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -16,6 +16,27 @@ Authors@R: c( ) Description: More about what it does (maybe more than one line). Continuation lines should be indented. +Imports: + shiny, + shinydashboard, + shinyjs, + shinyAce, + shinycssloaders, + shinyBS, + purrr, + gslnls, + tidyverse, + ggplot2, + reshape2, + openxlsx, + DT, + ggpubr, + gridExtra, + drc, + twopartm, + car, + dplyr, + scales License: Commercial, all rights reserved Encoding: UTF-8 LazyData: true diff --git a/dev/app.R b/dev/app.R index e74e8bf..4794faf 100644 --- a/dev/app.R +++ b/dev/app.R @@ -9,7 +9,6 @@ library(shiny) library(shinydashboard) library(shinyjs) library(shinyAce) -library(shinydashboard) library(shinycssloaders) library(shinyBS) library(purrr)