Skip to content
Back to formatted view

Raw Message

Message-ID: <25043.8977.289648.963947@stat.math.ethz.ch>
Date: 2022-01-03T16:23:45Z
From: Martin Maechler
Subject: trivial typo in NEWS file
In-Reply-To: <77a401c8-722b-95d7-7d54-c442c478f5ef@gmail.com>

>>>>> Ben Bolker 
>>>>>     on Mon, 3 Jan 2022 11:04:48 -0500 writes:

    > Index: doc/NEWS.Rd
    > ===================================================================
    > --- doc/NEWS.Rd	(revision 81435)
    > +++ doc/NEWS.Rd	(working copy)
    > @@ -425,7 +425,7 @@
    > data frames with default row names (Thanks to Charlie Gao's
    > \PR{18179}).

    > -      \item \code{txtProgresBar()} now enforces a non-zero width for
    > +      \item \code{txtProgressBar()} now enforces a non-zero width for
    > \code{char}, without which no progress can be visible.

    > \item \code{dimnames(table(d))} is more consistent in the case where


Thank you, Ben!

I will take care of this with my next commit (dealing with R's
bugzilla PR#18272).

Martin