aboutsummaryrefslogtreecommitdiff
path: root/inst/GUI/server.R
diff options
context:
space:
mode:
Diffstat (limited to 'inst/GUI/server.R')
-rw-r--r--inst/GUI/server.R9
1 files changed, 0 insertions, 9 deletions
diff --git a/inst/GUI/server.R b/inst/GUI/server.R
deleted file mode 100644
index 12386f29..00000000
--- 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:

Contact - Imprint