aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJohannes Ranke <jranke@uni-bremen.de>2014-05-05 18:15:30 +0200
committerJohannes Ranke <jranke@uni-bremen.de>2014-05-05 18:15:30 +0200
commitd846ac7691ab648afbb5a98bbca91911396a95bf (patch)
tree23825f25781125ea4a3bda2689e462a4c1767a9d /README.md
parentf038970418668c47650957ea7d87bab33a28c9c9 (diff)
Mention Chrome on Windows in the README, too
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 5 insertions, 1 deletions
diff --git a/README.md b/README.md
index b0badce..98fc276 100644
--- a/README.md
+++ b/README.md
@@ -115,10 +115,14 @@ along with it which has lots of files with long paths to be installed.
require(devtools)
install_github("gWidgetsWWW2", "jverzani")
```
+
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
-on Windows from the browser itself). Development was done with firefox.
+on Windows from the browser itself). Development was done with firefox. I also
+did some testing with Chrome on Windows. Chrome sometimes hung when loading
+the GUI and therefore ExtJS the first time, but when the GUI is loaded it appears
+to work fine.
```s
require(mkin)

Contact - Imprint