Changes in version 1.3.8 (2022-02-04) o 2022-01-16 Maintainer change (Folashade Daniel; fdaniel@microsoft.com). Changes in version 1.3.7 (2020-10-14) o 2020-10-12 Maintainer change (Michelle Wallig; Michelle.Wallig@microsoft.com). Changes in version 1.3.6 (2019-07-27) o Maintainer change (Hong Ooi; hongooi@microsoft.com). Changes in version 1.3.5 (2017-12-12) o Change test report path for compliance with CRAN policies. Changes in version 1.3.3 (2014-02-28) o Modified so that vignette uses no more than two workers. Changes in version 1.3.2 (2013-12-18) o Modified to check for errors early to avoid calling combine function when errors occur. Changes in version 1.3.1 (2013-10-29) o Added iterators, parallel, and utils to NAMESPACE imports. o Removed restriction to Unix, since parallel exists on Windows. (However, as with parallel's multicore functionality, only one core is supported on Windows.) Changes in version 1.3.0 (2013-02-22) o Changed dependency on multicore package to parallel. Changes in version 1.2.5 (2012-04-16) o Moved vignettes to new preferred location. Changes in version 1.2.4 (2012-03-12) o Modified default cores computation to use parallel package tools from R 2.14.0 and later if possible. o Modified doRUnit.R to use two cores when run during R CMD check. Changes in version 1.2.3 (2011-09-07) o Added support for package options via registerDoMC o Added package option "nocompile" to disable compiler support Changes in version 1.2.2 (2011-05-20) o Added support for the compiler package in R 2.13.0 o Enhanced unit tests to enable running them under R CMD check. Changes in version 1.2.1 (2010-06-10) o Changed license to GPL-2 o 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) Changes in version 1.2.0 (2009-10-06) o added support for all of the mclapply options via the foreach .options.multicore argument o added a "Getting Started" vignette. o added examples directory Changes in version 1.1.1 (2009-06-30) o added cores option to registerDoMC o fixed bug that caused getDoParWorkers to report incorrect value Changes in version 1.1.0 (2009-06-27) o initial public release