From 30e53214d4714c7bc60c2c2c9bf0132d0dc8205e Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Fri, 2 May 2014 18:56:27 +0200 Subject: Improve README --- README.md | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) (limited to 'README.md') 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. -- cgit v1.2.1