I work on Win7 OS with R 3.3.1 in Rstudio. The intention is to use glmnet with parallel processing. From the help ?glmnet :
parallel : If TRUE , use parallel foreach for each fold. Must register in parallel before hand, for example doMC or others. See the example below.
From the above example:
install.packages('doMC') package return is not available. Manual CRAN verification gives UNIX downloadable code, but Windows binaries are not available.
Can I use doMC as code under my Win7 operating system or what is a useful alternative?
tomka source share