[Rd] Small typo in abline.R
Prof Brian Ripley
ripley at stats.ox.ac.uk
Tue Mar 30 07:11:17 CEST 2010
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 at r-project.org mailing list
> https://stat.ethz.ch/mailman/listinfo/r-devel
>
--
Brian D. Ripley, ripley at 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
More information about the R-devel
mailing list