diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2014-05-05 18:15:30 +0200 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2014-05-05 18:15:30 +0200 |
commit | d846ac7691ab648afbb5a98bbca91911396a95bf (patch) | |
tree | 23825f25781125ea4a3bda2689e462a4c1767a9d | |
parent | f038970418668c47650957ea7d87bab33a28c9c9 (diff) |
Mention Chrome on Windows in the README, too
-rw-r--r-- | README.md | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -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) |