Skip to content

Commit c6c0b6b

Browse files
committed
Updated CRAN comments
1 parent 088aa14 commit c6c0b6b

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

cran-comments.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,3 +27,20 @@ We have converted `T` and `F` to `TRUE` and `FALSE` in the R code.
2727
> Some code lines in examples are commented out. Please never do that.
2828
2929
We no longer do this, and apologize for the oversight.
30+
31+
## CRAN comments (20250207)
32+
33+
Below we address issues raised by CRAN on Feb 7, 2025
34+
35+
### Valgrind
36+
37+
A valgrind-instrumented version of R exposed memory issues in several examples
38+
in the `stochtree` documentation. The specific issue is
39+
40+
> Conditional jump or move depends on uninitialised value(s)
41+
42+
The examples that triggered this were in fact working with Eigen matrices
43+
with uninitialized values.
44+
45+
This has been corrected and we have verified that running the `stochtree`
46+
examples no longer produce this memcheck error.

0 commit comments

Comments
 (0)