added dependencies to DESCRIPTION

This commit is contained in:
Simon Innerbichler
2026-05-19 13:12:36 +02:00
parent 18433be282
commit d44c88eef7
2 changed files with 21 additions and 1 deletions
+21
View File
@@ -16,6 +16,27 @@ Authors@R: c(
) )
Description: More about what it does (maybe more than one line). Description: More about what it does (maybe more than one line).
Continuation lines should be indented. 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 License: Commercial, all rights reserved
Encoding: UTF-8 Encoding: UTF-8
LazyData: true LazyData: true
-1
View File
@@ -9,7 +9,6 @@ library(shiny)
library(shinydashboard) library(shinydashboard)
library(shinyjs) library(shinyjs)
library(shinyAce) library(shinyAce)
library(shinydashboard)
library(shinycssloaders) library(shinycssloaders)
library(shinyBS) library(shinyBS)
library(purrr) library(purrr)