Package: fastglm
Type: Package
Title: Fast and Stable Fitting of Generalized Linear Models using
        'RcppEigen'
Version: 0.0.1
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)
LinkingTo: Rcpp, RcppEigen
RoxygenNote: 6.1.0
Suggests: knitr, rmarkdown, glm2
VignetteBuilder: knitr
NeedsCompilation: yes
Packaged: 2019-03-07 00:09:43 UTC; huling.7
Author: Jared Huling [aut, cre],
  Douglas Bates [cph],
  Dirk Eddelbuettel [cph],
  Romain Francois [cph],
  Yixuan Qiu [cph]
Repository: CRAN
Date/Publication: 2019-03-08 15:42:44 UTC
Built: R 4.0.2; x86_64-apple-darwin17.0; 2020-07-16 07:04:34 UTC; unix
Archs: fastglm.so.dSYM
