Skip to content

Commit b74df4b

Browse files
author
maechler
committed
correct msg for r88238: prettyNum()
git-svn-id: https://svn.r-project.org/R/trunk@88247 00db46b3-68df-0310-9c12-caf00c1e9a41
1 parent 1a6c979 commit b74df4b

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

doc/NEWS.Rd

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -149,10 +149,9 @@
149149
\item \code{signif(1.**e308, digits)} no longer truncates unnecessarily
150150
(but still to prevent overflow to \code{Inf}), fixing \PR{18889}.
151151

152-
\code{pbeta(x, a,b, ..)} for very large \code{a,b} no longer returns
153-
\code{NaN} but the correct values (0 or 1, or their logs for \code{log.p = TRUE}).
154-
This improves Mathlib's C level \code{bratio()} and hence also
155-
\code{pnbinom()}, etc..
152+
\item \code{prettyNum(*, zero.print={>=1-char}, replace.zero=TRUE)}
153+
now works as documented, thanks to Marttila Mikko and Ivan Krylov's
154+
messages on R-devel.
156155
}
157156
}
158157
}

0 commit comments

Comments
 (0)