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
Author: Jared Huling [aut, cre],
  Douglas Bates [cph],
  Dirk Eddelbuettel [cph],
  Romain Francois [cph],
  Yixuan Qiu [cph]
Built: R 4.4.0; x86_64-apple-darwin18.7.0; 2024-05-01 23:50:14 UTC; unix
