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
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
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