Changelog for
R-future-1.19.1-lp155.1.5.x86_64.rpm :
* Tue Oct 27 2020 Pierre Bonamy
- Update to version 1.19.1 , see changlog at: https://cran.r-project.org/web/packages/future/news/news.html
* Tue Sep 15 2020 Pierre Bonamy - Update to version 1.18.0 , see changlog at: https://cran.r-project.org/web/packages/future/news/news.html
* Tue Jan 07 2020 Pierre Bonamy - Update to 1.15.1:
* The default range of ports that makeClusterPSOCK() draws a random port from (when argument \'port\' is not specified) can now be controlled by environment variable `R_FUTURE_RANDOM_PORTS`. The default range is still 11000:11999 as with the \'parallel\' package.
* resolved() will now launch lazy futures.
* Now the \"visibility\" of future values is recorded and reflected by value().
* Now option \'future.globals.onReference\' defaults to environment variable \'R_FUTURE_GLOBALS_ONREFERENCE\'.
* All types of conditions are now captured and relayed. Previously, only conditions of class \'message\' and \'warning\' were relayed.
* If one of the futures in a collection produces an error, then values() will signal that error as soon as it is detected. This means that while calling values() guarantees to resolve all futures, it does not guarantee that the result from all futures are gathered back to the master R session before the error is relayed.
* Various bug fixes.
* Mon Sep 03 2018 flyosAATTmailoo.org- Initial build