How to use doMC under Windows or alternative parallel processing implementation for glmnet?
问题 I am on Win7 OS with R 3.3.1 in Rstudio. Intention is to use glmnet with parallel processing. From the ?glmnet help: parallel : If TRUE , use parallel foreach to fit each fold. Must register parallel before hand, such as doMC or others. See the example below. From the referenced example: # Parallel require(doMC) registerDoMC(cores=4) install.packages('doMC') returns package is not available. Manually checking CRAN gives downloadable UNIX code but Windows binaries are not available. Can I