From e63b3a62b6ce889f271f9cf7b6d18538395f21be Mon Sep 17 00:00:00 2001 From: jranke Date: Wed, 31 Jul 2013 09:58:16 +0000 Subject: Add a test script for trying out the shiny way to build R GUIs. git-svn-id: svn+ssh://svn.r-forge.r-project.org/svnroot/kinfit/pkg/mkin@86 edb9625f-4e0d-4859-8d74-9fd3b1da38cb --- inst/GUI/shiny-test.R | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 inst/GUI/shiny-test.R (limited to 'inst') diff --git a/inst/GUI/shiny-test.R b/inst/GUI/shiny-test.R new file mode 100644 index 00000000..712c0b22 --- /dev/null +++ b/inst/GUI/shiny-test.R @@ -0,0 +1,4 @@ +library(shiny) +runApp("./") + +# vim: set foldmethod=marker ts=2 sw=2 expandtab: -- cgit v1.2.1