From 54099e1afafb87f46523e67817cd14dfb0a1f9e5 Mon Sep 17 00:00:00 2001 From: "Matthew L. Fidler" Date: Mon, 27 Nov 2023 14:47:02 -0600 Subject: [PATCH] Version bump and news update --- DESCRIPTION | 2 +- NEWS.md | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index 05d7c49..ec709bb 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: rxode2random Title: Random Number Generation Functions for 'rxode2' -Version: 2.0.11.9001 +Version: 2.0.12 Authors@R: c( person("Matthew L.", "Fidler", , "matthew.fidler@gmail.com", role = c("aut", "cre"), comment = c(ORCID = "0000-0001-8538-6691")), diff --git a/NEWS.md b/NEWS.md index 3eddb80..b4b5cd1 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,4 +1,4 @@ -# rxode2random (development version) +# rxode2random 2.0.12 - Added function `dfWishart` which gives (by simulation) an approximation of the degrees of freedom of a Wishart to match a @@ -7,6 +7,9 @@ - Added function `swapMatListWithCube` which swaps omegaList with omegaCube values +- Ensure that the outputs are integers (instead of long integers) as + requested by CRAN for some checking functions. + # rxode2random 2.0.11 - Fix qassert LTO