[R-pkg-devel] debugging problems with valgrind
Dirk Eddelbuettel
edd at debian.org
Tue Jun 23 19:04:05 CEST 2015
My approach would be to write a small C++ test function and main program
against the C++ library you use, and run it in both 32 and 64 bit.
Without using R. You then know whether the difference you see is due to the
library, or your R wrapping, which should give you an idea about where to
make changes.
Dirk
--
http://dirk.eddelbuettel.com | @eddelbuettel | edd at debian.org
More information about the R-package-devel
mailing list