[Rd] [Wishlist] to uniform help(x) and library(help=x) behaviours relating "htmlhelp" option (PR#9613)
lbraglia at gmail.com
lbraglia at gmail.com
Tue Apr 17 00:43:32 CEST 2007
Full_Name: Luca Braglia
Version: R version 2.4.1 (2006-12-18)
OS: Debian Lenny (testing)
Submission from: (NULL) (82.61.142.240)
Some options of mine:
> options("htmlhelp")
$htmlhelp
[1] TRUE
> options("browser")
$browser
[1] "/usr/bin/urxvt -rv -e elinks"
I run R under X windows system: if I command
help(foo)
foo manual page is printed, correctly, under elinks (my textual browser); but if
I command
library(help=asd)
asd package summary page is printed in R console.
I would like library(help=asd) to be printed in my browser too, if possible:
strictly speaking
--> add htmlhelp = getOption("htmlhelp") in library arguments
to be used only if "help" option is specified.
Thanks a lot,
Luca
Version:
platform = i486-pc-linux-gnu
arch = i486
os = linux-gnu
system = i486, linux-gnu
status =
major = 2
minor = 4.1
year = 2006
month = 12
day = 18
svn rev = 40228
language = R
version.string = R version 2.4.1 (2006-12-18)
locale:
LC_CTYPE=it_IT.UTF-8;LC_NUMERIC=C;LC_TIME=it_IT.UTF-8;LC_COLLATE=it_IT.UTF-8;LC_MONETARY=it_IT.UTF-8;LC_MESSAGES=it_IT.UTF-8;LC_PAPER=it_IT.UTF-8;LC_NAME=C;LC_ADDRESS=C;LC_TELEPHONE=C;LC_MEASUREMENT=it_IT.UTF-8;LC_IDENTIFICATION=C
attached base packages:
[1] "utils" "stats" "graphics" "grDevices" "methods"
[6] "base"
other attached packages:
MASS
"7.2-33"
Search Path:
.GlobalEnv, package:MASS, package:utils, package:stats, package:graphics,
pack\
age:grDevices, package:methods, Autoloads, package:base
More information about the R-devel
mailing list