Skip to content

Commit 4b53f10

Browse files
updating dev branch with my latest working code1
part 1
1 parent df77019 commit 4b53f10

3 files changed

Lines changed: 347 additions & 156 deletions

File tree

app.R

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
1-
# app.R
21

32
# load the ui and server and call them to start the Shiny application
43

5-
source("global.R")
64
source("ui.R")
75
source("server.R")
86

server.R

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,15 @@
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+
109
options(shiny.reactlog = TRUE)
1110

11+
12+
1213
## SET UP libraries and sourced files
1314
# Define server logic (other libraries in ui)
1415
library(DT)
@@ -23,8 +24,8 @@ library(promises)
2324

2425
# load the sensincluesr package
2526
library(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
2930
library(colorRamps)
3031

0 commit comments

Comments
 (0)