Skip to content
Prev 3883 / 12125 Next

[R-pkg-devel] Change in normal random numbers between R 3.5.3 and R 3.6.0

On 10/05/2019 8:55 a.m., Martin Maechler wrote:
That's good advice.  There's a couple of other things I'd add:

  - Be sure to do this only in test code with saved results.  Functions 
should never need to do this, and you really don't want to leave that 
setting in place after an example.

  - At some point in the future (maybe in a year or so), update your 
package to depend on "R (>= 3.6.0)", remove the RNGversion() line and 
update saved test results.

Duncan Murdoch