Skip to content
Prev 11109 / 12125 Next

[R-pkg-devel] [CRAN-pretest-archived] CRAN Submission NMRphasing 1.0.6

On 2024-12-17 4:47 a.m., Aixiang Jiang wrote:
The rejection came because of the gcc-san check.  Those don't always 
show symptoms if you aren't running the same diagnostic tool, so this 
error could well have been present in earlier versions.

Looking at 
https://win-builder.r-project.org/incoming_pretest/NMRphasing_1.0.6_20241217_091411/specialChecks/gcc-san/summary.txt, 
I see that the error appears to have happened at 
MassSpecWavelet/src/find_local_maximum.c:492, i.e. line 492 of that 
file, which is writing outside the bounds of an allocated array.

I think that is coming from a package you are using, rather than from 
your package NMRphasing.  Maybe you can try working with the maintainer 
of that package to work out whether the problem is in it or in the way 
you are using it.

Duncan Murdoch