Dear developers,

there seems to be an inconsistency in the sort order of package vignettes between (1) the "Overview of user guides and package vignettes" in the help index of package itself:

FME.pdf
FMEdyna.pdf
FMEmcmc.pdf
FMEother.pdf
FMEsteady.pdf

and (2) the sort order of CRAN:

FMEdyna.pdf
FMEmcmc.pdf
FMEother.pdf
FME.pdf            <--------------
FMEsteady.pdf


It looks like CRAN ignores the dot so that the "p" from pdf appears between the "o" and "s" of the other two.

It would be nice if this can be made consistent. I would prefer if CRAN would use the \VignetteIndexEntry , but file name ordering (without the extension) is also ok.

Thomas Petzoldt




--
Thomas Petzoldt
Technische Universitaet Dresden
Institut fuer Hydrobiologie        thomas.petzo...@tu-dresden.de
01062 Dresden                      http://tu-dresden.de/hydrobiologie/
GERMANY

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

Reply via email to