search for: n4655507

Displaying 1 result from an estimated 1 matches for "n4655507".

Did you mean: 2465507
2013 Jan 14
0
debug package calling C++ code using valgrind
...AGS="CFLAGS='-O0 -g3' CXXFLAGS='-O0 -g3'" R CMD INSTALL --build hsmm Then, I ran the examples of our package with R -d "valgrind --tool=memcheck" --vanilla < hsmm.Rcheck/hsmm-Ex.R and got the following output: out.txt <http://r.789695.n4.nabble.com/file/n4655507/out.txt> Unfortunately, this does not match the error messages from valgrind we were provided by CRAN: hsmm-Ex.Rout <http://r.789695.n4.nabble.com/file/n4655507/hsmm-Ex.Rout> In particular, the run by CRAN yielded lots of accesses to uninitialized variables within the C++ code of th...