We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e35b88b commit 22f269dCopy full SHA for 22f269d
doc/NEWS.Rd
@@ -58,6 +58,10 @@
58
band for the treatment function transforming the distribution of
59
\code{x} into the distribution of \code{y } (Switzer, 1976,
60
Biometrika). Contributed by Torsten Hothorn.
61
+
62
+ \item The parser now accepts underscores in numeric literal as a visual
63
+ digit seperator. E.g, the literal \code{1_000_000} is now parsed
64
+ the same as \code{1000000}. Contributed by Ivan Krylov.
65
}
66
67
0 commit comments