NEWS
snowfall 1.84 (2010-04-28)
- Bugfix sfExport: if exporting a NULL value, no error is raised.
snowfall 1.83 (2010-03-04)
- sfIsRunning: new function giving a logical is sfInit() was called or
not. Needed, as all other snowfall functions implicitely call sfInit()
if it was not called.
snowfall 1.82
snowfall 1.81
- Change in sfInit() MPI startup so sfCluster can run with
snow > 0.3 now.
- sfExport now also works in sequential mode (writing to
global environment). This prevented sequential execution
in some cases.
snowfall 1.80
- snowfall passes packages checks of R 2.10.1 without warning
or error. Internal state is now only saved in the namespace
itself (thanks to Uwe Ligges for the tipp).
- sfExport can now also export objects in a specific namespace
(argument 'namespace')
- sfExport: behavior in error case manageable (stopOnError)
- sfExport: smaller bugfixes.
- sfRemoveAll can now also remove hidden names (argument 'hidden')
- sfRemoveAll is more robust now (some minor bugfixes, more checks)
- sfRemoveAll bugfix for multiple removals (thanks to Greggory Jefferis)
- Bugfix on exception list on sfExportAll
- Refactorings in sfTest()
- snowfall now has a NEWS doc ;)
- No warning on Mac OS because of default Mac-R command line arg 'gui'
(thanks to Michael Siegel).