From addb6359238596ca98f696da2d33271b851c08ac Mon Sep 17 00:00:00 2001 From: jranke Date: Thu, 5 Sep 2013 13:18:19 +0000 Subject: 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 --- inst/GUI/ui.R | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 inst/GUI/ui.R (limited to 'inst/GUI/ui.R') 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: -- cgit v1.2.1