Re: [Rd] Incorrect paste() output (PR#10801)

2008-02-21 Thread asfe
Thank you for your kind answers and sorry for the noise I created. -- António Ferreira - http://www.di.fc.ul.pt/~asfe Assistant Lecturer - Department of Informatics Faculty of Sciences - University of Lisbon - PT __ R-devel@r-project.org mailing list

[Rd] Incorrect paste() output (PR#10801)

2008-02-19 Thread asfe
uot;-576, -1552" x <- x / 1000; y <- y / 1000; d <- y - x; d; [1] -0.576 -1.552 paste(d, collapse = ", "); [1] "-0.575, -1.552" The output of the last paste() is incorrect. I am using R version 2.6.1. Thank you. -- António Ferreira - http://www.di.fc.