Re: [R-pkg-devel] Possible false negative for compiled C++ code in CRAN checks

2024-11-15 Thread Dirk Eddelbuettel
On 15 November 2024 at 12:16, Mauricio Vargas Sepulveda wrote: | [...] and I now asked Dr. Ligges for the possibility to know more about the CRAN specific configuration to add it to R-Hub. It is (and has always been) documented in a text file on the server https://www.stats.ox.ac.uk/pub/bd

Re: [R-pkg-devel] Possible false negative for compiled C++ code in CRAN checks

2024-11-15 Thread Mauricio Vargas Sepulveda
Dear R Developers, I implemented Dr. Krylov's fix, and now redatam is back to CRAN (Point 1). Dr. Eddelbuettel's suggestion about not fully mimicking CRAN gcc-san setup was also correct (Point 2). Point 1: - When the big endian issue was described here, I tried the s390x image from R-Hub, whic

Re: [R-pkg-devel] New package with C++ code causes R abort in RStudio, not in R console.

2024-11-15 Thread Luc De Wilde
The 'parser' in lavaanC was written in two parts: * a part in pure C/C++ without the R interface things like SEXP, etc. ; taking as input a string (the model) and a bool (produce debuginfo yes/no) , and returning a structure with all parsed information and debuginfo (if requested) or an error c