aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJohannes Ranke <jranke@uni-bremen.de>2014-08-18 19:11:14 +0200
committerJohannes Ranke <jranke@uni-bremen.de>2014-08-18 19:11:14 +0200
commit214d16d11786104173faad70cee57fa0a0ffbfe3 (patch)
tree5a400624cc257c2796f871a7ae2a381e065e5c7f /README.md
parente0479797ba4588092aa0eab13f33224bbba5b4d0 (diff)
Complete the installation instructions
Diffstat (limited to 'README.md')
-rw-r--r--README.md10
1 files changed, 10 insertions, 0 deletions
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

Contact - Imprint