[R-SIG-Mac]help.start() in Darwin/X11

Jan de Leeuw deleeuw@stat.ucla.edu
Thu, 21 Feb 2002 12:25:12 -0800


One simple way to get html help in R when you are running in rootless
mode, and you have your preferred aqua browser open, is to make a script

#!/bin/tcsh
open "/usr/local/lib/R/doc/html/index.html"

call it "netscape", make it executable, and put it in your path. In both
rooted and rootles mode you can use a script such as

#!/bin/tcsh
dillo /usr/local/lib/R/doc/html/index.html >& /dev/null &

if you have installed an X11 browser foo such as dillo or mozilla or 
amaya. Again
call the script netscape (or change the default browser name in R).
===
Jan de Leeuw; Professor and Chair, UCLA Department of Statistics;
US mail: 9432 Boelter Hall, Box 951554, Los Angeles, CA 90095-1554
phone (310)-825-9550;  fax (310)-206-5658;  email: deleeuw@stat.ucla.edu
homepage: http://www.stat.ucla.edu/~deleeuw
========================================================
           No matter where you go, there you are. --- Buckaroo Banzai
                    http://www.stat.ucla.edu/~deleeuw/sounds/nomatter.au
========================================================