Skip to content

Commit

Permalink
Bump version and regenerate docs
Browse files Browse the repository at this point in the history
  • Loading branch information
rstub committed May 14, 2018
1 parent 86df5ee commit 96bf7a9
Show file tree
Hide file tree
Showing 10 changed files with 62 additions and 42 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.2
Version: 0.0.3
Authors@R: c(
person("Ralf", "Stubner", email = "ralf.stubner@daqana.com", role = c("aut", "cre")),
person("daqana GmbH", role = "cph"),
Expand Down
27 changes: 15 additions & 12 deletions cran-comments.md
Original file line number Diff line number Diff line change
@@ -1,22 +1,25 @@
## Resubmission
This is a resubmission. In this version I have:

* Removed the redundant "for R" from the title.

* Included the actual algorithms including citation information
in the 'Description' field of the DESCRIPTION file.

* Changed the license of my contributions from GPL (>=2) to AGPL-3.
* Patched the included PCG RNG to compile on Solaris

## Test environments
* local Debian install, R 3.5.0
* Ubuntu on travis-ci, R 3.5.0, R 3.3.3, R-devel
* MacOS on travis-ci, R 3.5.0
* Windows on AppVeyor, R 3.5.0
* Windows and Linux with R 3.5.0 and R-devel via rhub::check_for_cran()
* 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

* This is a new release.
* Days since last update: 3

=> Submission fixes compilation ERROR on Solaris
4 changes: 2 additions & 2 deletions docs/LICENSE-text.html

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

20 changes: 10 additions & 10 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.

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.

35 changes: 25 additions & 10 deletions docs/index.html

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

8 changes: 5 additions & 3 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.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 96bf7a9

Please sign in to comment.