Changes in version 1.5.2 (2022-02-02) - Maintainer change (Folashade Daniel; fdaniel@microsoft.com) Changes in version 1.5.1 (2020-10-15) - Maintainer change (Michelle Wallig; Michelle.Wallig@microsoft.com) Changes in version 1.5.0 (2020-03-30) - Changed the default value for the foreachDoparLocal system option to TRUE. Changes in version 1.4.8 (2020-02-09) options(foreachDoparLocal=TRUE|FALSE) or equivalently via the system environment variable R_FOREACH_DOPAR_LOCAL=TRUE|FALSE with the R option taking its value from the environment variable. If both are set, the former overrides the latter. The current default value is FALSE, which retains the pre-existing behaviour. It is intended that over time this will be changed to TRUE. A side-effect of this change is that the behaviour of %do% and %dopar% will (eventually) be different for a sequential backend. See https://github.com/RevolutionAnalytics/foreach/issues/3 for more discussion on this issue. Changes in version 1.4.7 (2019-07-27) - Maintainer change (Hong Ooi; hongooi@microsoft.com). Changes in version 1.4.4 (2017-12-12) - Changed test report path for compliance with CRAN policies. - Removed startup message. - Changed seq(along=tags) call in makeAccum to seq(along.with=tags); request of Henrik Bengtsson. - Updated foreach help to describe effect of multiple arguments; request of David Winsemius. Changes in version 1.4.3 (2015-10-13) - Updated maintainer address Changes in version 1.4.2 (2014-04-11) - Unwound circular dependency chain with iterators package. Changes in version 1.4.1 (2013-06-06) - Improved handling of implicitly exported objects, courtesy of Steve Weston. Changes in version 1.4.0 (2012-04-16) - Removed spurious warning from getDoSEQ. Bug report from Ben Barnes. - Moved welcome message from .onLoad to .onAttach. Bug report from Benilton Carvalho. - Modified setDoPar and setDoSeq to undo changes to .foreachGlobals on error. Bug report from Benilton Carvalho. - Moved vignettes from inst/doc to vignettes. - Modified DESCRIPTION file by moving codetools, iterators, and utils from Depends to Imports. Bug report from Suraj Gupta. Changes in version 1.3.5 (2012-03-14) - Cleanup from previous patch. Bug report from Brian Ripley. Changes in version 1.3.4 (2012-03-13) - Added support for multiple sequential backends. (Idea and patch from Tyler Pirtle, Matt Furia, and Joseph Hellerstein.) - Modified doRUnit.R to use no more than two cores during R CMD check. Changes in version 1.3.2 (2011-05-20) - Regularized unit tests so they can run through R CMD check - Added support for compiler package of 2.13.0 and later. Changes in version 1.3.1 - First R-forge release.