Changes in version 1.0.17 (2022-02-07) o Maintainer change (Folashade Daniel; fdaniel@microsoft.com). Changes in version 1.0.16 (2020-10-16) o Maintainer change (Michelle Wallig; Michelle.Wallig@microsoft.com). Changes in version 1.0.15 (2019-08-02) o Maintainer change (Hong Ooi; hongooi@microsoft.com). Changes in version 1.0.14 (2018-09-24) o Re-enabled tests. o Moved RUnit from Enhances to Suggests (request of Kurt Hornik) Changes in version 1.0.13 o Changes to support enhanced exports via future (if available). Changes in version 1.0.12 o Change test report path for compliance with CRAN policies. Changes in version 1.0.9 o Bug fixes to stopImplicitCluster functionality, courtesy of Dan Tenenbaum. Changes in version 1.0.8 (2014-02-28) o Modified vignette to use no more than two workers. Changes in version 1.0.7 (2014-02-21) o Modified to work better when a foreach loop is executed in a package (courtesy of Steve Weston) o Added unit tests and a minimal working example Changes in version 1.0.6 (2013-11-01) o Changed foreach, iterators, and parallel from Depends to Imports (request of Steve Weston and Stefan Schlager) Changes in version 1.0.4 o New attachExportEnv option for doParallelSNOW o New function stopImplicitCluster to stop the implicitly created socket cluster. o Updated inst/unitTests/runTestSuite.sh, bug report from Michael Cheng Changes in version 1.0.3 (2013-06-07) o New preschedule option for doParallelSNOW, courtesy of Steve Weston o Removed assignment into global environment to meet CRAN standards. Changes in version 1.0.2 o Efficiency improvements courtesy of Steve Weston Changes in version 1.0.1 (2012-04-16) o Updated to support RevoScaleR's rxExec function