File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- # app.R
21
32# load the ui and server and call them to start the Shiny application
43
5- source(" global.R" )
64source(" ui.R" )
75source(" server.R" )
86
Original file line number Diff line number Diff line change 1- # server.R
2-
31# # Translating heatmap plot into RShiny App SC - server script
42# # Author: H. Fricke
53# # Date: 22-03-2025
64# # Description:
75# # To-Do:
86# # [] method selection does not work
97
8+
109options(shiny.reactlog = TRUE )
1110
11+
12+
1213# # SET UP libraries and sourced files
1314# Define server logic (other libraries in ui)
1415library(DT )
@@ -23,8 +24,8 @@ library(promises)
2324
2425# load the sensincluesr package
2526library(devtools )
26- devtools :: install_github(" sensingclues/sensingcluesr@v1.0.3" , upgrade = " never" )
27- # library(sensingcluesr)
27+ # devtools::install_github("sensingclues/sensingcluesr@v1.0.3", upgrade = "never")
28+ library(sensingcluesr )
2829# dynamic color maps for more then 12 colors
2930library(colorRamps )
3031
You can’t perform that action at this time.
0 commit comments