Changelog
Source:NEWS.md
Version 0.4.0
Bug Fixes
The
future.p2pbackend was holding on to temporary callr files longer than necessary. Such files were only removed when the future object itself was removed. This would result in a large number of temporary files accumulating where there were many futures processed. Now the backend finalizes the callr process as soon as the future results have been collected, which results in removing temporary files created by callr sooner. Previously, the finalizer was only run when the future object was removed and garbage collected.Package gave errors on “Error in as.POSIXct.numeric(time1) : ‘origin’ must be supplied” when using R (< 4.3.0).
Package failed to install ‘wormhole-williams’ automatically on ARM7 machines like Raspberry Pi.