From d559ff31ccaac96c343ee8a595922cc20ee4db86 Mon Sep 17 00:00:00 2001 From: Matthew Fidler Date: Fri, 20 Sep 2024 18:39:20 -0500 Subject: [PATCH] Version bump --- DESCRIPTION | 2 +- NEWS.md | 4 ++++ cran-comments.md | 6 +++--- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index b84997409..a66d74618 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,5 +1,5 @@ Package: rxode2 -Version: 3.0.0 +Version: 3.0.1 Title: Facilities for Simulating from ODE-Based Models Authors@R: c( person("Matthew L.","Fidler", role = c("aut", "cre"), email = "matthew.fidler@gmail.com", comment=c(ORCID="0000-0001-8538-6691")), diff --git a/NEWS.md b/NEWS.md index 3071a368b..b906176f9 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,3 +1,7 @@ +# rxode2 3.0.1 + +- explicitly initialize the order vector to stop valgrind warning (requested from CRAN) + # rxode2 3.0.0 ## Breaking Changes diff --git a/cran-comments.md b/cran-comments.md index 45bee1034..cf7878ccc 100644 --- a/cran-comments.md +++ b/cran-comments.md @@ -1,3 +1,3 @@ -- This works with the new dparser, PreciseSums and lotri to reduce abi linkages -- This rxode2 combines the rxode2parse rxode2random and rxode2et (as - requested by CRAN) +- explicitly initialized C integer vector `ordS` in rxode2 code to + avoid valgrind warning (as requested by CRAN). +- all other warnings come from the `units` package