On 28/02/2014 04:25, Michael Sumner wrote:
In R 3.0.2 Patched (2014-01-31 r64905) and 3.0.3 beta (2014-02-25
r65077) I see a problem loading vignettes when I create a package with
two vignettes with similar names, e.g.

"vignette3"
"vignette3-install"

These seem not to be distinguished, and I get this

vignette("vignette3")
vignette ‘vignette3’ not found

vignette("vignette3-install")
Warning message:
vignette ‘vignette3-install’ found more than once,
using the one found in ‘.’

This was not an issue in 2.15.3, and it works correctly in R-dev
(2014-02-17 r65021).

Maybe, but we don't have a 'commented, minimal, self-contained, reproducible' example, to quote the posting guide.

However, R 3.0.x is in code freeze and will be completely frozen next week.

So your only recourse for 3.0.x is to avoid such names.

Cheers, Mike.


--
Brian D. Ripley,                  rip...@stats.ox.ac.uk
Professor of Applied Statistics,  http://www.stats.ox.ac.uk/~ripley/
University of Oxford,             Tel:  +44 1865 272861 (self)
1 South Parks Road,                     +44 1865 272866 (PA)
Oxford OX1 3TG, UK                Fax:  +44 1865 272595

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

Reply via email to