On 11-07-31 12:32 PM, Henrik Bengtsson wrote:
The R.rsp package has a proof of concept page:

1. library("R.rsp")
2. browseRsp(path="/R/help/")
3. At the bottom, there is a "help.search" form.  Type in search term,
e.g. "svd".

This is all web browser based, so it should be able to handle compiled
vignettes (as long as there are valid paths/URL paths).

help.search() won't give the paths. You can get those from the vignette() function, or by reading the <pkg>/Meta/vignette.rds database.

There will be code in R-devel to do this that you could copy, once I commit (maybe tonight).

Duncan Murdoch

______________________________________________
R-devel@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-devel

Reply via email to