diff options
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 0000000..712c0b2 --- /dev/null +++ b/inst/GUI/shiny-test.R @@ -0,0 +1,4 @@ +library(shiny)
+runApp("./")
+
+# vim: set foldmethod=marker ts=2 sw=2 expandtab:
|