The parglm package provides a parallel estimation method for generalized linear models without compiling with a multithreaded LAPACK or BLAS. You can install the release version from CRAN with
install.packages("parglm")or install the development version from GitHub by calling:
remotes::install_github("remlapmot/parglm")See the vignette for an example of run times and further details.