Skip to content
Prev 30999 / 63421 Next

Firefox 3 and HTML Search

on 01/09/2009 10:59 AM Duncan Murdoch wrote:
Duncan,

It is covered in R-Admin:

http://cran.r-project.org/doc/manuals/R-admin.html#Enabling-search-in-HTML-help


"There is a known issue with Firefox 3 (and 3.0.1). The links in the
results page may point to the wrong directory level. This is a bug in
the way Firefox is interpreting relative URLs, and can be circumvented
by opening the HTML search page (.../doc/html/SearchEngine.html)
directly rather than from .../doc/html/index.html as shown by help.start()."


and in ?help.start in the Note:

Note to users of Firefox 3: the search results have links that are
resolved incorrectly by that browser if starting from the normal HTML
index page. The workaround is to start with help.start(searchEngine = TRUE)


HTH,

Marc Schwartz