From bfcf168907bc3001266243c67dad6c1096090cb6 Mon Sep 17 00:00:00 2001 From: Ralf Stubner Date: Wed, 29 Nov 2023 21:28:03 +0100 Subject: [PATCH] Bump version --- DESCRIPTION | 2 +- NEWS.md | 4 ++++ cran-comments.md | 12 +----------- 3 files changed, 6 insertions(+), 12 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index 3104612..01dd052 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,7 +1,7 @@ Package: dqrng Type: Package Title: Fast Pseudo Random Number Generators -Version: 0.3.1 +Version: 0.3.2 Authors@R: c( person("Ralf", "Stubner", email = "ralf.stubner@gmail.com", role = c("aut", "cre")), person("daqana GmbH", role = "cph"), diff --git a/NEWS.md b/NEWS.md index d29775f..b5a660b 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,3 +1,7 @@ +# dgrng 0.3.2 + +* Recreate RcppExports.cpp with current development version of Rcpp to fix WARN on CRAN + # dgrng 0.3.1 * new method `dqrrademacher` for drawing Rademacher weights (Kyle Butts in [#50](https://github.com/daqana/dqrng/pull/50) fixing [#49](https://github.com/daqana/dqrng/pull/49)) diff --git a/cran-comments.md b/cran-comments.md index d82a4d8..eb175f0 100644 --- a/cran-comments.md +++ b/cran-comments.md @@ -1,7 +1,4 @@ -This release brings two new functions, dqrmvnorm and dqrrademacher. -It also fixes two NOTEs -* C++11 is no longer requested explicitly -* "sitmo" is added to Suggests in addition to LinkingTo to satisfy xref requirements +This release uses code generated with latest Rcpp to fix a WARN found on CRAN. ## Test environments @@ -15,10 +12,3 @@ It also fixes two NOTEs ## R CMD check results 0 errors | 0 warnings | 0 note - -## Reverse dependencies - -We checked 13 reverse dependencies (9 from CRAN + 3 from Bioconductor), comparing R CMD check results across CRAN and dev versions of this package. - - * We saw 0 new problems - * We failed to check 2 packages