Re: [Bioc-devel] groHMM Bioconductor

2025-01-24 Thread Pariksheet Nanda via Bioc-devel
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

Re: [Bioc-devel] Adding additional validity checks when calling setter methods of inherited S4Vectors::DataFrame class

2025-01-04 Thread Pariksheet Nanda via Bioc-devel
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