From 214d16d11786104173faad70cee57fa0a0ffbfe3 Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Mon, 18 Aug 2014 19:11:14 +0200 Subject: Complete the installation instructions --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index 300805e..28d5303 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,8 @@ ExtJS which is bundled with gWidgetsWWW2. ## Installation +First you need to install gWidgetsWWW2: + ```s require(devtools) install_github("gWidgetsWWW2", "jverzani") @@ -18,6 +20,14 @@ 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. +Then you can install gmkin, also directly from the latest github sources: + +```s +install_github("gmkin", "jranke") +``` + +## Usage + 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 -- cgit v1.2.1