Re: [R-pkg-devel] Getting summary.glm to use Matrix::chol2inv

2024-12-23 Thread Mark Donoghoe
. You can copy that into your package, then modify it to work with > Matrix. You should list "The R Core Team" as a copyright holder on that > file if you do this so you're not violating the R license. > > Duncan Murdoch > > > On 2024-12-22 4:26 p.m., Mark Donogho

[R-pkg-devel] Getting summary.glm to use Matrix::chol2inv

2024-12-23 Thread Mark Donoghoe
Hi, I am trying to implement a new method for glm2 which allows the use of the Matrix package to work with large data. I have added Matrix to Suggests, and when the new method is requested, the following check is performed: if (!requireNamespace("Matrix", quietly = TRUE)) { stop("Package \