Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
rstub committed Nov 29, 2023
1 parent 19d4c9e commit bfcf168
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 12 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -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"),
Expand Down
4 changes: 4 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -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))
Expand Down
12 changes: 1 addition & 11 deletions cran-comments.md
Original file line number Diff line number Diff line change
@@ -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

Expand All @@ -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

0 comments on commit bfcf168

Please sign in to comment.