Hi Tulip,
The R NEWS file says "Strict R headers are now the default. This
removes the legacy definitions of PI, Calloc, Realloc and Free: use
M_PI, R_Calloc, R_Realloc or R_Free instead" here:
https://cran.r-project.org/doc/manuals/r-devel/NEWS.html so the patch
below fixes the source compi
Hi LluĂs,
> So your setter method `[<-` could have this call inside it, and this
> would prevent the creation of an invalid object.
Thank you for solving my issue! I wasn't successful trying something
similar earlier because I was passing no arguments to callNextMethod(),
but retrying your s