Hi David,
In addition to running under valgrind as Dirk suggests below, you
should also run under UBSAN and ASAN.
You can do all 3 (and more) using Winston Cheng's docker images:
https://github.com/wch/r-debug/
That should help you narrow down the problematic code.
Best,
Josh
On Fri, Apr 21,
Hi David,
On 21 April 2023 at 19:17, D Z wrote:
| Hi all,
| I wanted to publish my RITCH package (https://github.com/DavZim/RITCH) to
CRAN, which has Rcpp code.
That would be great!
| It has, in it�s CICD Pipeline, Tests for Macos, Windows, and Ubuntu (devel,
release,, and oldrel-1), which al
Hi all,
I wanted to publish my RITCH package (https://github.com/DavZim/RITCH) to CRAN,
which has Rcpp code.
It has, in it�s CICD Pipeline, Tests for Macos, Windows, and Ubuntu (devel,
release,, and oldrel-1), which all succeed on Github Actions.
When I submitted the package to CRAN, I was notifi