Package: parglm Title: Parallel GLM Version: 0.1.10 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 Repository: https://remlapmot.r-universe.dev Date/Publication: 2026-06-23 12:19:57 UTC RemoteUrl: https://github.com/remlapmot/parglm RemoteRef: HEAD RemoteSha: 4f6ad5ca042737ed920fc9e8318060291dd68e06 NeedsCompilation: yes Packaged: 2026-06-23 13:57:30 UTC; root Author: Benjamin Christoffersen [aut] (ORCID: ), Anthony Williams [cph], Boost developers [cph], Tom Palmer [aut, cre] (ORCID: ) Maintainer: Tom Palmer