On Mon, 29 Mar 2010, Stephen Weigand wrote:
I found a small typo in abline.R where the line:
warning("only using the first two of ",p, "regression coefficients")
should have a space before the word 'regression'.
Thank you, but this should really be (for translation purposes)
warning(gettextf("only using the first two of %d regression coefficients", p),
domain = NA)
and messages are frozen in pre-2.11.0 as we are in the translation
window. So the correction won't appear for a while.
Thanks,
Stephen
______________________________________________
R-devel@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-devel
--
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