Package: parglm
Title: Parallel GLM
Version: 0.1.9
Authors@R: c(
    person("Benjamin", "Christoffersen", , "boennecd@gmail.com", role = "aut",
           comment = c(ORCID = "0000-0002-7182-1346")),
    person("Anthony", "Williams", role = "cph"),
    person("Boost developers", role = "cph"),
    person("Tom", "Palmer", , "remlapmot@hotmail.com", role = c("aut", "cre"),
           comment = c(ORCID = "0000-0003-4655-4511"))
  )
Description: Provides a parallel estimation method for generalized linear
    models without compiling with a multithreaded LAPACK or BLAS.
License: GPL-2
URL: https://github.com/remlapmot/parglm,
        https://remlapmot.github.io/parglm/
BugReports: https://github.com/remlapmot/parglm/issues
Imports: Matrix, parallelly, Rcpp
Suggests: biglm, broom, broom.helpers, fastglm, glm2, gtsummary, knitr,
        lmtest, microbenchmark, rmarkdown, sandwich, speedglm,
        SuppDists, testthat
LinkingTo: Rcpp, RcppArmadillo
VignetteBuilder: knitr
Config/roxygen2/version: 8.0.0
Encoding: UTF-8
NeedsCompilation: yes
Packaged: 2026-05-12 13:00:29 UTC; eptmp
Author: Benjamin Christoffersen [aut] (ORCID:
    <https://orcid.org/0000-0002-7182-1346>),
  Anthony Williams [cph],
  Boost developers [cph],
  Tom Palmer [aut, cre] (ORCID: <https://orcid.org/0000-0003-4655-4511>)
Maintainer: Tom Palmer <remlapmot@hotmail.com>
Repository: CRAN
Date/Publication: 2026-05-12 13:20:02 UTC
