Package: parglm
Type: Package
Title: Parallel GLM
Version: 0.1.3
Authors@R: c(
  person("Benjamin", "Christoffersen", 
         email = "boennecd@gmail.com", 
         role = c("cre", "aut")), 
  person("Anthony", "Williams", 
         role = c("cph")),
  person("Boost developers", 
         role = c("cph")))
Description: Provides a parallel estimation method for generalized 
  linear models without compiling with a multithreaded LAPACK or BLAS.
License: GPL-2
Encoding: UTF-8
LazyData: true
LinkingTo: Rcpp, RcppArmadillo
Imports: Rcpp, Matrix
SystemRequirements: C++11
Suggests: testthat, SuppDists, knitr, rmarkdown, speedglm,
        microbenchmark, R.rsp
RoxygenNote: 6.1.1
VignetteBuilder: R.rsp
NeedsCompilation: yes
Packaged: 2019-03-18 22:22:28 UTC; boennecd
Author: Benjamin Christoffersen [cre, aut],
  Anthony Williams [cph],
  Boost developers [cph]
Maintainer: Benjamin Christoffersen <boennecd@gmail.com>
Repository: CRAN
Date/Publication: 2019-03-18 23:00:02 UTC
