Skip to content

Commit

Permalink
prepare for new release
Browse files Browse the repository at this point in the history
  • Loading branch information
boennecd committed Apr 5, 2019
1 parent c42105f commit 95ea4be
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 14 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: dynamichazard
Type: Package
Title: Dynamic Hazard Models using State Space Models
Version: 0.6.4
Version: 0.6.5
Authors@R: c(person("Benjamin", "Christoffersen",
email = "[email protected]",
role = c("cre", "aut")),
Expand Down
3 changes: 3 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# dynamichazard 0.6.5
* Minor bug fixes.

# dynamichazard 0.6.4
* Particle filtering implementation is changed. One may get slightly different
results.
Expand Down
21 changes: 8 additions & 13 deletions cran-comments.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## Test environments
* Ubuntu 18.04 LTS
R version 3.5.2
R version 3.5.3
* Ubuntu 16.04.5 LTS (on travis-ci with codename: xenial)
R version 3.5.2
* win-builder (devel and release)
Expand All @@ -9,21 +9,16 @@
* The following rhub platforms:
fedora-clang-devel
fedora-gcc-devel
debian-gcc-patched
debian-gcc-devel
debian-gcc-release
linux-x86_64-rocker-gcc-san

## R CMD check results
All platforms have a note about the package size except the win-builder with
the devel version.

I still get this error with the UBSAN check: https://github.com/RcppCore/Rcpp/issues/874#issue-337282814

I have added `suppressWarnings(RNGversion("3.5.0"))` when I run the tests.
There is a note about the size on most platforms.

The C++ code has been more or less been rewritten for the particle filters and
smoothers which may have fixed the error on r-patched-solaris-x86 which I
cannot reproduce.
I cannot reproduce the errors on devel on CRAN related to `dtrtri`. I have
tried with R devel from 2019-04-04 (r76316) on Ubuntu 18.04 with gcc
7.3.0.

I have used Ghostscript this time so the tarball is less than 5 MB.
I could not reproduce the `free(): double free detected in tcache` on
r-devel-linux-x86_64-fedora-clang but I did find some issues when using
clang 8.0.0 and Valgrind. These are fixed.

0 comments on commit 95ea4be

Please sign in to comment.