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