[Rd] Making CRAN memory access checks more accessible?

2022-02-25 Thread Michał Bojanowski
Dear colleagues, Two days after successfully submitting a package to CRAN I received a message about "additional issues" with the package's C++ code (clang-UBSAN to be precise) with a two-week deadline to resolve. While attempting to somewhat blind-foldedly fix the problem I was wondering whether

Re: [Rd] Making CRAN memory access checks more accessible?

2022-02-25 Thread Duncan Murdoch
On 25/02/2022 11:31 a.m., Michał Bojanowski wrote: Dear colleagues, Two days after successfully submitting a package to CRAN I received a message about "additional issues" with the package's C++ code (clang-UBSAN to be precise) with a two-week deadline to resolve. While attempting to somewhat bl

Re: [Rd] Making CRAN memory access checks more accessible?

2022-02-25 Thread Michał Bojanowski
Ha! I was not aware of R-hub having this. Thank you! On Fri, Feb 25, 2022 at 6:27 PM Duncan Murdoch wrote: > > On 25/02/2022 11:31 a.m., Michał Bojanowski wrote: > > Dear colleagues, > > > > Two days after successfully submitting a package to CRAN I received a > > message about "additional issues