NEWS
doMC 1.3.8 (2022-02-04)
doMC 1.3.7 (2020-10-14)
doMC 1.3.6 (2019-07-27)
doMC 1.3.5 (2017-12-12)
- Change test report path for compliance with CRAN policies.
doMC 1.3.3 (2014-02-28)
- Modified so that vignette uses no more than two workers.
doMC 1.3.2 (2013-12-18)
- Modified to check for errors early to avoid calling combine function
when errors occur.
doMC 1.3.1 (2013-10-29)
- Added iterators, parallel, and utils to NAMESPACE imports.
- Removed restriction to Unix, since parallel exists on Windows.
(However, as with parallel's multicore functionality, only
one core is supported on Windows.)
doMC 1.3.0 (2013-02-22)
- Changed dependency on multicore package to parallel.
doMC 1.2.5 (2012-04-16)
- Moved vignettes to new preferred location.
doMC 1.2.4 (2012-03-12)
- Modified default cores computation to use parallel package tools
from R 2.14.0 and later if possible.
- Modified doRUnit.R to use two cores when run during R CMD check.
doMC 1.2.3 (2011-09-07)
- Added support for package options via registerDoMC
- Added package option "nocompile" to disable compiler support
doMC 1.2.2 (2011-05-20)
- Added support for the compiler package in R 2.13.0
- Enhanced unit tests to enable running them under R CMD check.
doMC 1.2.1 (2010-06-10)
- Changed license to GPL-2
- Error handling for the doMC backend should now be correct. If
.errorhandling is set to anything other than 'stop', it should return
an array containing the results of all iterations which did not cause
errors. (From a bug report by Brian Peterson)
doMC 1.2.0 (2009-10-06)
- added support for all of the mclapply options via the foreach
.options.multicore argument
- added a "Getting Started" vignette.
- added examples directory
doMC 1.1.1 (2009-06-30)
- added cores option to registerDoMC
- fixed bug that caused getDoParWorkers to report incorrect value
doMC 1.1.0 (2009-06-27)