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
