diff options
Diffstat (limited to 'inst')
-rw-r--r-- | inst/GUI/simple.R | 2 |
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)
|