diff options
author | jranke <jranke@edb9625f-4e0d-4859-8d74-9fd3b1da38cb> | 2013-07-31 09:58:16 +0000 |
---|---|---|
committer | jranke <jranke@edb9625f-4e0d-4859-8d74-9fd3b1da38cb> | 2013-07-31 09:58:16 +0000 |
commit | e63b3a62b6ce889f271f9cf7b6d18538395f21be (patch) | |
tree | b89263afdd5124cbdedc69d712e120f72a305371 /inst/GUI/shiny-test.R | |
parent | cee135b0c0f6dd186ae7f69f2f47c4f3b958c435 (diff) |
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
Diffstat (limited to 'inst/GUI/shiny-test.R')
-rw-r--r-- | inst/GUI/shiny-test.R | 4 |
1 files changed, 4 insertions, 0 deletions
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:
|