Re: [Rd] Bug in prettyNum

2025-06-02 Thread Marttila Mikko via R-devel
From: R-devel On Behalf Of Toby Hocking Sent: Tuesday, 27 May 2025 08:17 To: Marttila Mikko via R-devel Subject: Re: [Rd] Bug in prettyNum Thanks for the contribution Mikko! For testing future patches, you can actually do it right in the web browser, thanks to Heather Turner's R Dev Cont

Re: [Rd] Bug in prettyNum

2025-05-27 Thread Toby Hocking
Thanks for the contribution Mikko! For testing future patches, you can actually do it right in the web browser, thanks to Heather Turner's R Dev Container, see instructions here https://contributor.r-project.org/r-dev-env/container_setup/ Best Toby On Mon, May 26, 2025 at 6:28 PM Martin Maechler

Re: [Rd] Bug in prettyNum

2025-05-26 Thread Martin Maechler
Thank you, Marttila and Ivan, As the original author of prettyNum() {etc ..}, I will commit such a bug fix to R-devel (and probably port it to R 4.5.0 patched) quite soon (but not yet today). Best regards, Martin Maechler > Ivan Krylov via R-devel > on Fri, 23 May 2025 17:14:57 +

Re: [Rd] Bug in prettyNum

2025-05-23 Thread Ivan Krylov via R-devel
В Fri, 23 May 2025 11:47:33 + Marttila Mikko via R-devel пишет: > When called with a numeric vector, the `replace.zero` argument is > disregarded. > > > prettyNum(0, zero.print = "- ", replace.zero = TRUE) > [1] "-" > Warning message: > In .format.zeros(x, zero.print, replace = replace.zer