Joseph Wood

Results 4 issues of Joseph Wood

While I was checking the versions in my repo with `checkVersions`, I was a bit surprised because I had done a good bit of processing to ensure there were no...

Resolved in branch

There are many issues in the logic that assumes positive values. For example, there are many places where we check if the first element is zero. The vector is first...

Currently, in the many examples involving `combo/permuteIter`, we take advantage of the fact that they return `FALSE` when iteration is complete, however it isn't documented anywhere. Could we explicitly document...

Recently, my package `RcppAlgos` started getting NOTEs on several builds from CRAN checks: https://cran.r-project.org/web/checks/check_results_RcppAlgos.html The NOTE is: "Found non-API calls to R: `SETLENGTH`, `SET_TRUELENGTH`" I did many `grep` checks in...