Skip to content

Commit 9d768af

Browse files
committed
Adjust code to RLum Shiny
1 parent 168d82a commit 9d768af

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

global.R

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88

99
library(shiny)
1010
library(Luminescence)
11-
require(readxl)
12-
source("chooser.R")
11+
library(readxl)
12+
library(RLumShiny)
1313

1414
##check whether a real database exists or the template should be loaded
1515
if(dir.exists("Data")){

server.R

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ shinyServer(function(input, output, session) {
3030
}
3131

3232
##create chooser output
33-
chooserInput("filterInput", "Filters available:", "Filters chosen:", filters, c(),
33+
RLumShiny:::chooserInput("filterInput", "Filters available:", "Filters chosen:", filters, c(),
3434
multiple = TRUE, size = 5)
3535

3636
})

0 commit comments

Comments
 (0)