aboutsummaryrefslogtreecommitdiff
path: root/inst/GUI/ui.R
diff options
context:
space:
mode:
authorjranke <jranke@edb9625f-4e0d-4859-8d74-9fd3b1da38cb>2013-09-05 13:18:19 +0000
committerjranke <jranke@edb9625f-4e0d-4859-8d74-9fd3b1da38cb>2013-09-05 13:18:19 +0000
commitaddb6359238596ca98f696da2d33271b851c08ac (patch)
tree4422fc8a8348650882a503f72d68c2bee74dcb51 /inst/GUI/ui.R
parent25c7431bcf8cef4a8eeaa2374ff7c5e48ef86a3c (diff)
Clean up the GUI directory, the old stuff does not really help a lot
git-svn-id: svn+ssh://svn.r-forge.r-project.org/svnroot/kinfit/pkg/mkin@89 edb9625f-4e0d-4859-8d74-9fd3b1da38cb
Diffstat (limited to 'inst/GUI/ui.R')
-rw-r--r--inst/GUI/ui.R14
1 files changed, 0 insertions, 14 deletions
diff --git a/inst/GUI/ui.R b/inst/GUI/ui.R
deleted file mode 100644
index 2b0b8687..00000000
--- a/inst/GUI/ui.R
+++ /dev/null
@@ -1,14 +0,0 @@
-library(shiny)
-shinyUI(pageWithSidebar(
-
- headerPanel("shiny GUI for mkin"),
-
- sidebarPanel(
- textInput("test", "Test:", "test input")
- ),
-
- mainPanel(
- textOutput("test")
- )
-))
-# vim: set ts=2 sw=2 foldmethod=marker expandtab:

Contact - Imprint