diff options
author | jranke <jranke@edb9625f-4e0d-4859-8d74-9fd3b1da38cb> | 2013-09-05 13:18:19 +0000 |
---|---|---|
committer | jranke <jranke@edb9625f-4e0d-4859-8d74-9fd3b1da38cb> | 2013-09-05 13:18:19 +0000 |
commit | addb6359238596ca98f696da2d33271b851c08ac (patch) | |
tree | 4422fc8a8348650882a503f72d68c2bee74dcb51 /inst/GUI/run_simple.R | |
parent | 25c7431bcf8cef4a8eeaa2374ff7c5e48ef86a3c (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/run_simple.R')
-rw-r--r-- | inst/GUI/run_simple.R | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/inst/GUI/run_simple.R b/inst/GUI/run_simple.R new file mode 100644 index 00000000..1220e6e9 --- /dev/null +++ b/inst/GUI/run_simple.R @@ -0,0 +1,3 @@ +require(gWidgetsWWW2)
+load_app("simple3.R")
+# vim: set filetype=r:
|