Package: bigFastlm
Type: Package
Title: Fast Linear Models for Objects from the 'bigmemory' Package
Version: 0.0.2
Date: 2017-03-11
Authors@R: c(
    person("Jared", "Huling", , "jaredhuling@gmail.com", c("aut", "cre")),
    person("Douglas", "Bates", , , c("ctb")),
    person("Dirk", "Eddelbuettel", , , c("ctb")),
    person("Romain", "Francois", , , c("ctb")),
    person("Yixuan", "Qiu", , , c("ctb"))
    )
Maintainer: Jared Huling <jaredhuling@gmail.com>
Description: A reimplementation of the fastLm() functionality of 'RcppEigen' for
    big.matrix objects for fast out-of-memory linear model fitting.
License: GPL (>= 2)
LazyData: TRUE
Depends: R (>= 3.2.0), bigmemory
Imports: Rcpp (>= 0.12.3), methods
LinkingTo: Rcpp, RcppEigen, BH, bigmemory
RoxygenNote: 5.0.1
NeedsCompilation: yes
Packaged: 2017-03-11 21:46:44 UTC; Jared
Author: Jared Huling [aut, cre],
  Douglas Bates [ctb],
  Dirk Eddelbuettel [ctb],
  Romain Francois [ctb],
  Yixuan Qiu [ctb]
Repository: CRAN
Date/Publication: 2017-03-12 18:53:34
