mistake in Italian translation
I think we no longer have an active Italian translation team. I'll make the change you suggest.
On Sun, 16 Dec 2007, Antonio, Fabio Di Narzo wrote:
Hi all. I'm not sure I should send this here, but the link to the Italian Traslation Team is dead here: http://developer.r-project.org/TranslationTeams.html I've found an annoying mistake in the italian traslation of a base error message: ##
d <- data.frame(a=1) d$a <- 1:2
Errore in `$<-.data.frame`(`*tmp*`, "a", value = 1:2) : dati sostitutivi con %righe, i dati ne hanno 1 ## This is a little cryptic message for the final user, if compared with this: ##
Sys.setlocale('LC_MESSAGES','C')
[1] "C"
d$a <- 1:2
Error in `$<-.data.frame`(`*tmp*`, "a", value = 1:2) : replacement has 2 rows, data has 1 ## Find attached the proposed patch against revision 43697. Bests, Antonio.
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