Package: fastglm Type: Package Title: Fast and Stable Fitting of Generalized Linear Models using 'RcppEigen' Version: 0.1.1 Authors@R: c( person("Jared", "Huling", , email = "jaredhuling@gmail.com", c("aut", "cre")), person("Douglas", "Bates", , , c("cph")), person("Dirk", "Eddelbuettel", , , c("cph")), person("Romain", "Francois", , , c("cph")), person("Yixuan", "Qiu", , , c("cph")), person("Noah", "Greifer", role=c("ctb"), email = "noah.greifer@gmail.com", comment=c(ORCID="0000-0003-3067-7154")) ) Description: Fits generalized linear models efficiently using 'RcppEigen'. The iteratively reweighted least squares implementation utilizes the step-halving approach of Marschner (2011) to help safeguard against convergence issues. BugReports: https://github.com/jaredhuling/fastglm/issues URL: https://github.com/jaredhuling/fastglm, https://jaredhuling.org/fastglm/ License: GPL (>= 2) Encoding: UTF-8 Depends: R (>= 4.0.0) Imports: Rcpp (>= 0.12.13), bigmemory, methods, Matrix, Formula LinkingTo: Rcpp, RcppEigen, BH, bigmemory Suggests: glm2, knitr, rmarkdown, testthat (>= 3.0.0), sandwich, microbenchmark, MASS, statmod, logistf, brglm2, pscl, speedglm, tweedie, ggplot2 Config/testthat/edition: 3 RoxygenNote: 7.3.3 VignetteBuilder: knitr Repository: https://jaredhuling.r-universe.dev Date/Publication: 2026-06-07 22:18:07 UTC RemoteUrl: https://github.com/jaredhuling/fastglm RemoteRef: HEAD RemoteSha: ffae35897225383388d57d4e0c9ea24071e60a9a NeedsCompilation: yes Packaged: 2026-06-07 23:09:02 UTC; root Author: Jared Huling [aut, cre], Douglas Bates [cph], Dirk Eddelbuettel [cph], Romain Francois [cph], Yixuan Qiu [cph], Noah Greifer [ctb] (ORCID: ) Maintainer: Jared Huling