Thomas Petzoldt
2009-Mar-16 11:16 UTC
[Rd] vignette index not linked into HTML help system for package
Dear R developers, I observed that the html help page index entry "Read overview or browse directory" for package vignettes is missing in recent R-devel. This happened on two independent computers (WinXP Prof. SP3, German) with R-devel compiled from sources svn rev. 48125 resp. 48128 It's the same for my own and also for more prominent packages as well (e.g. grid). The vignettes and the index.html files exist and vignette() as well as browseVignettes() work as expected. I have not found anything about this in NEWS or "Writing R extensions", which says: "At install time an HTML index for all vignettes is automatically created from the \VignetteIndexEntry statements unless a file index.html exists in directory inst/doc. This index is linked into the HTML help system for each package." Have I missed something? Thanks a lot Thomas Petzoldt -- Thomas Petzoldt Technische Universitaet Dresden Institut fuer Hydrobiologie thomas.petzoldt at tu-dresden.de 01062 Dresden http://tu-dresden.de/hydrobiologie/ GERMANY
Duncan Murdoch
2009-Mar-21 16:50 UTC
[Rd] vignette index not linked into HTML help system for package
On 16/03/2009 7:16 AM, Thomas Petzoldt wrote:> Dear R developers, > > I observed that the html help page index entry "Read overview or browse > directory" for package vignettes is missing in recent R-devel.Thanks for the report. This is fixed now and will make it into the next release. The code to build the HTML page was translated from Perl to R, and the lines to do this part were accidentally omitted. Duncan Murdoch> This happened on two independent computers (WinXP Prof. SP3, German) > with R-devel compiled from sources svn rev. 48125 resp. 48128 > It's the same for my own and also for more prominent packages as well > (e.g. grid). > > The vignettes and the index.html files exist and vignette() as well as > browseVignettes() work as expected. > > I have not found anything about this in NEWS or "Writing R extensions", > which says: > > "At install time an HTML index for all vignettes is automatically > created from the \VignetteIndexEntry statements unless a file index.html > exists in directory inst/doc. This index is linked into the HTML help > system for each package." > > > Have I missed something? > > Thanks a lot > > Thomas Petzoldt > > >
Apparently Analagous Threads
- Problem in vignette packaging of Sweave in utils package
- CRAN package check on MacOS: sh: line 1: gs: command not found
- optim: why is REPORT not used in SANN?
- package test failed on Solaris x86 -- help needed for debugging
- nlminb: names of parameter vector not passed to objective function