Skip to content

Commit

Permalink
Patch valgrind (#51)
Browse files Browse the repository at this point in the history
* prevent false positive on valgrind

* update CRAN comments

* update docs
  • Loading branch information
tnagler committed Oct 26, 2020
1 parent 3a56938 commit cc8f548
Show file tree
Hide file tree
Showing 18 changed files with 81 additions and 66 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
@@ -1,7 +1,7 @@
Package: kde1d
Type: Package
Title: Univariate Kernel Density Estimation
Version: 1.0.1
Version: 1.0.2
Authors@R: c(
person("Thomas", "Nagler",, "mail@tnagler.com", role = c("aut", "cre")),
person("Thibault", "Vatter",, "thibault.vatter@gmail.com", role = c("aut"))
Expand Down
7 changes: 7 additions & 0 deletions NEWS.md
@@ -1,3 +1,10 @@
# kde1d 1.0.2

BUG FIXES

* Prevent false positive on valgrind.


# kde1d 1.0.1

DEPENDENCIES
Expand Down
6 changes: 3 additions & 3 deletions cran-comments.md
@@ -1,8 +1,8 @@
Patch to fix undefined behavior/heap overflow failures detected by the
sanitizers: https://cran.r-project.org/web/checks/check_results_kde1d.html
Patch to prevent possible false positive on valgrind (only on some platforms): https://cran.r-project.org/web/checks/check_results_kde1d.html

## Test environments
* ubuntu 18.04 with valgrind (release)
* ubuntu 18.04 with gcc7 and valgrind (release)
* ubuntu 18.04 clang 9 and valgrind (release)
* ubuntu 18.04 with clang ASAN/UBSAN on rocker (devel)
* ubuntu 14.04 on travis-ci (release, devel, oldrel)
* win-builder (devel, release)
Expand Down
4 changes: 2 additions & 2 deletions docs/404.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/LICENSE-text.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/authors.html

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

22 changes: 11 additions & 11 deletions docs/index.html

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

28 changes: 19 additions & 9 deletions docs/news/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/pkgdown.yml
@@ -1,5 +1,5 @@
pandoc: 2.3.1
pkgdown: 1.4.1
pkgdown_sha: ~
pkgdown: 1.4.1.9000
pkgdown_sha: 61c3999702966dd75267b98ce905df22521ebd11
articles: []

0 comments on commit cc8f548

Please sign in to comment.