Package: parglm
Type: Package
Title: Parallel GLM
Version: 0.1.7
Authors@R: c(
  person("Benjamin", "Christoffersen", 
         email = "boennecd@gmail.com", 
         role = c("cre", "aut"), 
         comment = c(ORCID = "0000-0002-7182-1346")), 
  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
URL: https://github.com/boennecd/parglm
BugReports: https://github.com/boennecd/parglm/issues
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
