diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2014-05-02 18:56:27 +0200 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2014-05-02 18:56:27 +0200 |
commit | 30e53214d4714c7bc60c2c2c9bf0132d0dc8205e (patch) | |
tree | 4234f4bd67c0001c599309f6ca37ab61b05cf881 | |
parent | fffc753da2d712ea718f6868482aa60e1a70afcd (diff) |
Improve README
-rw-r--r-- | README.md | 11 |
1 files changed, 9 insertions, 2 deletions
@@ -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. |