added dependencies to DESCRIPTION
This commit is contained in:
+21
@@ -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
|
||||||
|
|||||||
@@ -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)
|
||||||
|
|||||||
Reference in New Issue
Block a user