aboutsummaryrefslogtreecommitdiff
path: root/inst
diff options
context:
space:
mode:
authorjranke <jranke@edb9625f-4e0d-4859-8d74-9fd3b1da38cb>2013-09-13 13:55:49 +0000
committerjranke <jranke@edb9625f-4e0d-4859-8d74-9fd3b1da38cb>2013-09-13 13:55:49 +0000
commit1766de7cce599ba75c872be08ffb1025e3fb6ea2 (patch)
tree17c754ec0f8f030743c71a706a25626469e93a36 /inst
parenta68b45bf313ab2eb8f11b6ba17eb0680c5050a2b (diff)
Just resolved a small conflict caused by a local change before updating
git-svn-id: svn+ssh://svn.r-forge.r-project.org/svnroot/kinfit/pkg/mkin@91 edb9625f-4e0d-4859-8d74-9fd3b1da38cb
Diffstat (limited to 'inst')
-rw-r--r--inst/GUI/simple.R2
1 files changed, 1 insertions, 1 deletions
diff --git a/inst/GUI/simple.R b/inst/GUI/simple.R
index bd699791..c65ec5a2 100644
--- a/inst/GUI/simple.R
+++ b/inst/GUI/simple.R
@@ -1,6 +1,6 @@
# Simple gWidgetsWWW2 GUI for mkin
# Set the GUI title and create the parent frame {{{1
-require(mkin)
+require("mkin")
GUI_title <- "Simple Browser based GUI for kinetic evaluations using mkin"
w <- gwindow(GUI_title)
sb <- gstatusbar("Powered by gWidgetsWWW2 and Rook", cont = w)

Contact - Imprint