Package: fastglm
Type: Package
Title: Fast and Stable Fitting of Generalized Linear Models using
        'RcppEigen'
Version: 0.0.3
Authors@R: c(
    person("Jared", "Huling", , "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"))
    )
Maintainer: Jared Huling <jaredhuling@gmail.com>
Description: Fits generalized linear models efficiently using 'RcppEigen'. The iteratively reweighted least squares 
    implementation utilizes the step-halving approach of Marschner (2011) <doi:10.32614/RJ-2011-012> to help safeguard
    against convergence issues.
BugReports: https://github.com/jaredhuling/fastglm/issues
License: GPL (>= 2)
Encoding: UTF-8
Imports: Rcpp (>= 0.12.13), methods
Depends: bigmemory
LinkingTo: Rcpp, RcppEigen, BH, bigmemory
RoxygenNote: 7.1.1
Suggests: knitr, rmarkdown, glm2
VignetteBuilder: knitr
NeedsCompilation: yes
Packaged: 2022-05-23 15:40:18 UTC; huling
Author: Jared Huling [aut, cre],
  Douglas Bates [cph],
  Dirk Eddelbuettel [cph],
  Romain Francois [cph],
  Yixuan Qiu [cph]
Repository: CRAN
Date/Publication: 2022-05-23 16:50:02 UTC
Built: R 4.5.0; x86_64-apple-darwin20; 2025-04-01 18:43:19 UTC; unix
Archs: fastglm.so.dSYM
