Skip to content

[R-gui] Re: [R] The hidden costs of GPL software?

1 message · Duncan Murdoch

#
I've moved this response to r-devel, as I think it's more appropriate
there than in r-help or R-sig-GUI.

On Wed, 17 Nov 2004 15:55:11 -0500, "Mike Prager"
<Mike.Prager@noaa.gov> wrote :
A difficulty is the "moving target" problem.  A lot of the value of R
lies in the contributed packages.  A fixed help system wouldn't know
about new features of packages.

Currently we have the so-called "keyword" categorization of help
pages; those come somewhat close to what you're asking for.  To see
them, run "help.start()" to open up the HTML help, and click on
"Search Engine and Keywords".  One problem is that this requires both
Java and Javascript to work properly in your browser; I think it's
pretty common that one or the other is uncooperative.  (For example, I
can't get Java to work in Firefox or IE.)

Another problem with this scheme is that the keyword list is fixed and
limited, and may not match the user's (or package writer's)
expectations.

There are also ways to add searchable words to the help topics (using
the \concept markup), but those are new and not widely used.  A full
text search might be nice, but it would be slow without some work in
advance.

Duncan Murdoch