Displaying 1 result from an estimated 1 matches for "hsmm".
Did you mean:
hmmm
2013 Jan 14
0
debug package calling C++ code using valgrind
...ped to develop since we were
notified by CRAN that our package randomly fails to run its examples. Hence,
I reinstalled R with "with-valgrind-instrumentation=2" and installed our
package with
MAKEFLAGS="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...