aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes Ranke <jranke@uni-bremen.de>2014-05-02 18:56:27 +0200
committerJohannes Ranke <jranke@uni-bremen.de>2014-05-02 18:56:27 +0200
commit30e53214d4714c7bc60c2c2c9bf0132d0dc8205e (patch)
tree4234f4bd67c0001c599309f6ca37ab61b05cf881
parentfffc753da2d712ea718f6868482aa60e1a70afcd (diff)
Improve README
-rw-r--r--README.md11
1 files changed, 9 insertions, 2 deletions
diff --git a/README.md b/README.md
index 125c368..3b020b4 100644
--- a/README.md
+++ b/README.md
@@ -105,13 +105,20 @@ or the package vignettes referenced from the
## GUI
There is a graphical user interface. It depends on the gWidgetsWWW2 package
-from John Verzani which also lives on github. You simply start the GUI
-from your R terminal whith latest mkin installed.
+from John Verzani which also lives on github.
+
```s
+require(devtools)
install_github("gWidgetsWWW2", "jverzani")
+```
+You simply start the GUI from your R terminal whith latest mkin installed.
+
+```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.

Contact - Imprint