Francisco J. Zagmutt schrieb:
> Go to your Rprofile file (in the etc directory) and add the following line:
>
> options(htmlhelp=TRUE)
>
> I hope this helps
>   
yes, thank you very much
...
and a hint for others:
set
# to prefer Compiled HTML help
options(chmhelp=TRUE)
to
# to prefer Compiled HTML help
# options(chmhelp=TRUE)

if both is active the the HTML help doesn't work.


Regards Knut

______________________________________________
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to