Skip to content

Commit

Permalink
Bump version and update maintainer's email address
Browse files Browse the repository at this point in the history
  • Loading branch information
rstub committed May 17, 2019
1 parent cd9726c commit 86b3c9a
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 10 deletions.
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
Package: dqrng
Type: Package
Title: Fast Pseudo Random Number Generators
Version: 0.2.0.1
Version: 0.2.1
Authors@R: c(
person("Ralf", "Stubner", email = "ralf.stubner@daqana.com", role = c("aut", "cre")),
person("Ralf", "Stubner", email = "ralf.stubner@gmail.com", role = c("aut", "cre")),
person("daqana GmbH", role = "cph"),
person("David Blackman", role = "ctb"),
person("Melissa O'Neill", email = "[email protected]", role = "ctb"),
Expand Down
2 changes: 2 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# dqrng (unreleased)

* Make template specialisations `inline` and include required standard headers (Aaron Lun in [#29](https://github.com/daqana/dqrng/pull/29) fixing [#28](https://github.com/daqana/dqrng/issues/28))
* Add workaraound for new C++ compiler with old libc ([#30](https://github.com/daqana/dqrng/pull/30) fixing [#27](https://github.com/daqana/dqrng/issues/27))
* update maintainer's email address

# dqrng 0.2.0

Expand Down
15 changes: 8 additions & 7 deletions cran-comments.md
Original file line number Diff line number Diff line change
@@ -1,20 +1,21 @@
This release brings new features and one bug fix w.r.t. handling of the
RNG state.
This release updates the maintainer's email address and brings two bug fixes.

The reported UBSAN errors seem to be false positives, c.f.
<https://github.com/RcppCore/Rcpp/issues/832>.

## Test environments
* local: Debian stable with R 3.5
* local: Debian stable with R 3.6
* Travis-CI:
* Ubuntu Xenial, R 3.5, R 3.4, and R-devel
* MacOS, R 3.5
* AppVeyor: Windows, R 3.5
* Ubuntu Xenial, R 3.6, R 3.5, and R-devel
* MacOS, R 3.6
* AppVeyor: Windows, R 3.6
* winbuilder: Windows, R-devel

## R CMD check results

0 errors | 0 warnings | 0 notes
0 errors | 0 warnings | 1 note

* Maintainer's email address has changed.

## Reverse dependencies

Expand Down
2 changes: 1 addition & 1 deletion man/dqrng-package.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 86b3c9a

Please sign in to comment.