diff options
Diffstat (limited to 'inst/GUI/server.R')
-rw-r--r-- | inst/GUI/server.R | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/inst/GUI/server.R b/inst/GUI/server.R deleted file mode 100644 index 12386f2..0000000 --- a/inst/GUI/server.R +++ /dev/null @@ -1,9 +0,0 @@ -library(shiny)
-
-shinyServer(function(input, output) {
- output$test <- renderText({
- input$test
- })
-})
-
-# vim: set ts=2 sw=2 foldmethod=marker expandtab:
|