File tree Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Original file line number Diff line number Diff line change @@ -27,3 +27,20 @@ We have converted `T` and `F` to `TRUE` and `FALSE` in the R code.
27
27
> Some code lines in examples are commented out. Please never do that.
28
28
29
29
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.
You can’t perform that action at this time.
0 commit comments