From d846ac7691ab648afbb5a98bbca91911396a95bf Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Mon, 5 May 2014 18:15:30 +0200 Subject: Mention Chrome on Windows in the README, too --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'README.md') 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) -- cgit v1.2.1