Skip to content
Prev 9761 / 63421 Next

Documenting classes and methods: was [Rd] Re: R-devel Digest, Vol 3, Issue 23

Ideas along these lines have already been discussed in considerable
detail within R Core ...

In any case, I am confused: by 'the contents page' you mean the
00Index.html files used by the HTML help system, and not the INDEX file
which could be rendered when asking for help on a package?

Afaic, this is primarily an implementation issue of the HTML help
system.  I do not know its internal workings, but it would seems to me
that when going

	Packages => mva

we should get an HTML version of the Rd *index* and not a list of all
the aliases with the titles (note that the index is generated from
name/title pairs).

Note that the HTML help system in its current layout cannot support
dynamic documentation.  It is my understanding that R Core has decided
to move towards the latter, with the obvious consequences for the
former.

-k