Skip to content

Commit

Permalink
Bump version and regenerate documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
rstub committed Jun 8, 2018
1 parent 98191e2 commit a32f91f
Show file tree
Hide file tree
Showing 13 changed files with 30 additions and 39 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.0.3.9000
Version: 0.0.4
Authors@R: c(
person("Ralf", "Stubner", email = "ralf.stubner@daqana.com", role = c("aut", "cre")),
person("daqana GmbH", role = "cph"),
Expand Down
2 changes: 1 addition & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# dqrng 0.0.3.9000
# dqrng 0.0.4

* Fix critical bug w.r.t. setting seeds
* Use time in addition to `std::random_device` as source of the default seed, since
Expand Down
16 changes: 3 additions & 13 deletions cran-comments.md
Original file line number Diff line number Diff line change
@@ -1,25 +1,15 @@
## Resubmission
This is a resubmission. In this version I have:

* Patched the included PCG RNG to compile on Solaris

## Test environments
* local: Debian stable with R 3.5.0
* Travis-CI:
* Ubuntu Trusty, R 3.5.0, R 3.3.3, R-devel
* MacOS, R 3.5.0
* AppVeyor: Windows, R 3.5.0
* winbuilder: Windows, R-devel
* r-hub.io:
* Windows, R-devel
* Ubuntu, gcc, R-release
* Fedora, clang, R-devel
* Solaris, R-patched

## R CMD check results

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

* Days since last update: 3
## Reverse dependencies

=> Submission fixes compilation ERROR on Solaris
dqrng currnetly has no reverse dependencies.
2 changes: 1 addition & 1 deletion docs/LICENSE-text.html

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

18 changes: 9 additions & 9 deletions docs/articles/dqrng.html

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

2 changes: 1 addition & 1 deletion docs/articles/index.html

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

4 changes: 2 additions & 2 deletions docs/articles/parallel.html

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

2 changes: 1 addition & 1 deletion docs/authors.html

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

6 changes: 3 additions & 3 deletions docs/index.html

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

9 changes: 5 additions & 4 deletions docs/news/index.html

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

2 changes: 1 addition & 1 deletion docs/reference/dqrng-functions.html

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

2 changes: 1 addition & 1 deletion docs/reference/dqrng-package.html

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

2 changes: 1 addition & 1 deletion docs/reference/index.html

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

0 comments on commit a32f91f

Please sign in to comment.