Theparglm package provides a parallel estimation methodfor generalized linear models without compiling with a multithreadedLAPACK or BLAS. You can install it from Github by calling:
devtools::install_github("boennecd/parglm")or from CRAN by calling:
install.packages("parglm")See thevignettes/parglm.htmlfor an example of run times and further details.