[R-pkg-devel] Help with clang-san warnings for package "tidyfit"
? Wed, 15 Jan 2025 22:13:36 +0100 Johann Pfitzinger <johannpfitzinger at googlemail.com> ?????:
I have, so far, failed to reproduce this or to find any useful information on how to fix it. My best guess based on the output.txt is that it originates in "purrr" (which I depend on).
This is, indeed, a purrr bug: https://github.com/tidyverse/purrr/issues/1157 Since the bug is very minor (R's own .C() and .Fortran() currently do similar things), a fix for purrr has already been suggested, and another package with the same problem (valr) has been recently approved, you have a good chance of your package too being approved if you reply-all and explain the situation.
Best regards, Ivan