Message-ID: <20040224100616.6BEAAEFCA@slim.kubism.ku.dk>
Date: 2004-02-24T11:06:19Z
From: tone.zgonc@rzs-hm.si
Subject: R: SearchEngine (PR#6610)
Full_Name: Anton Zgonc
Version: 1.8.1
OS: Linux RH 9.0
Submission from: (NULL) (193.2.208.9)
The SearchEngine, accessible through generated documentation by help.start()
like:
file:/tmp/Rtmp2085/.R/doc/html/search/SearchEngine.html
or on WWW:
http://www.stat.ucl.ac.be/ISdidactique/Rhelp/doc/html/search/SearchEngine.html
works only in Netscape 4.7x. It fails e.g. with Mozilla 1.3, 1.6 and IE 6.0.
I solved the problem by installing Netscape 4.76 and invoking help by
> help.start(browser="netscape4")
where netscape4 is the executable of Netscape 4.76, included in $PATH.