[R] Mozilla 1.2
Jan de Leeuw
deleeuw at stat.ucla.edu
Wed Nov 27 09:08:43 CET 2002
I should be more specific here. It works if you use Mozilla 1.2 to go
directly to the SearchEngine.html page in your $R_HOME. But
if you use help.start() from R, you typically use Mozilla 1.1 from
fink (the GTK version), which does not work. A quick hack is not to
say help.start(), but to say
system(paste("open -a
Mozilla",paste(Sys.getenv("R_HOME"),"/doc/html/index.html",sep="")))
This works for me and gives me the Carbon Mozilla 1.2. This does NOT
work
with Navigator, OmniWeb, and fortunately also not with MSIE.
What also works is defining a script /usr/local/bin/netscape with
#!/bin/sh
open -a Mozilla /usr/local/lib/R/doc/html/index.html
and then using help.start().
On Tuesday, November 26, 2002, at 10:30 PM, Jan de Leeuw wrote:
> The R search engine (at least the one at
> http://stat.ethz.ch/R-alpha/R-patched/doc/html/)
> works again in Mozilla 1.2, released today (at least on OS X and with
> JDK 1.4.1).
===
Jan de Leeuw; Professor and Chair, UCLA Department of Statistics;
Editor: Journal of Multivariate Analysis, Journal of Statistical
Software
US mail: 9432 Boelter Hall, Box 951554, Los Angeles, CA 90095-1554
phone (310)-825-9550; fax (310)-206-5658; email: deleeuw at stat.ucla.edu
homepage: http://gifi.stat.ucla.edu
------------------------------------------------------------------------
-------------------------
No matter where you go, there you are. --- Buckaroo Banzai
http://gifi.stat.ucla.edu/sounds/nomatter.au
------------------------------------------------------------------------
-------------------------
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or "[un]subscribe"
(in the "body", not the subject !) To: r-help-request at stat.math.ethz.ch
_._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._
More information about the R-help
mailing list