aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJohannes Ranke <jranke@uni-bremen.de>2014-05-07 15:01:50 +0200
committerJohannes Ranke <jranke@uni-bremen.de>2014-05-07 15:01:50 +0200
commit34452dfa5c069dc0f0a58681a35719fbb8cca158 (patch)
tree80025ad3ff6fd4c3819c7f7e3fdb15ac7573b09f /README.md
parentd846ac7691ab648afbb5a98bbca91911396a95bf (diff)
Fork the GUI into package gmkin. See ChangeLog for details
Diffstat (limited to 'README.md')
-rw-r--r--README.md36
1 files changed, 3 insertions, 33 deletions
diff --git a/README.md b/README.md
index 98fc276a..41c03235 100644
--- a/README.md
+++ b/README.md
@@ -104,40 +104,10 @@ or the package vignettes referenced from the
## GUI
-There is a graphical user interface that I consider useful for real work. It
-depends on the gWidgetsWWW2 package from John Verzani which also lives on
-github. Installing gWidgetsWWW2 yields a lot of warnings concerning overly
-long path names. This is because the JavaScript library ExtJS is installed
-along with it which has lots of files with long paths to be installed.
+There is a graphical user interface that I consider useful for real work.
+It is available from github in the separate package
+[gmkin](http://github.com/jranke/gmkin).
-
-```s
-require(devtools)
-install_github("gWidgetsWWW2", "jverzani")
-```
-
-You start the GUI from your R terminal with latest mkin installed as shown below.
-You may also want to adapt the browser that R starts (using
-`options(browser="/usr/bin/firefox")` on linux, or setting the default browser
-on Windows from the browser itself). Development was done with firefox. I also
-did some testing with Chrome on Windows. Chrome sometimes hung when loading
-the GUI and therefore ExtJS the first time, but when the GUI is loaded it appears
-to work fine.
-
-```s
-require(mkin)
-gmkin()
-```
-
-The following screenshot is taken after loading the gmkin workspace with
-an analysis of FOCUS dataset Z. It has to be saved as an .RData file
-first, and can then be loaded to the GUI.
-
-```s
-save(FOCUS_2006_Z_gmkin, file = "FOCUS_2006_gmkin_Z.RData")
-```
-
-![gmkin screenshot](gmkin_screenshot.png)
## Credits and historical remarks

Contact - Imprint