Published November 4, 2023
| Version v0.11.1
Software
Open
shikokuchuo/mirai: CRAN release 0.11.1
Description
- Adds 'mirai' method for 'as.promise()' from the {promises} package (if available). This functionality is merged from the package {mirai.promises}, allowing use of the promise pipe
%...>%with a 'mirai'. - Parallel clusters (the alternative communications backend for R) now work with existing R versions, no longer requiring R >= 4.4.
everywhere()evaluates an expression 'everywhere' on all connected daemons for a compute profile. Resulting changes to the global environment, loaded pacakges or options are persisted regardless of the 'cleanup' setting (request by @krlmlr #80).host_url()implemented as a helper function to automatically construct the host URL using the computer's hostname.daemon()adds argument 'autoexit', which replaces 'asyncdial', to govern persistence settings for a daemon. A daemon can now survive a host session and re-connect to another one (request by @krlmlr #81).daemons(NULL)implemented as a variant ofdaemons(0)which also sends exit signals to connected persistent daemons.dispatcher()argument 'lock' removed as this is now applied in all cases to prevent more than one daemon dialling into a dispatcher URL at any one time.daemon()argument 'cleanup' simplified to a logical argument, with more granular control offered by the existing integer bitmask (thanks @krlmlr #79).- Daemons connecting over TLS now perform synchronous dials by default (as documented).
- Fixes supplying an
ssh_config()specifying tunnelling to the 'remote' argument ofdaemons(). - Fixes the print method for a subset 'miraiCluster' (thanks @HenrikBengtsson #83).
- Removes the deprecated deferred evaluation pipe
%>>%. - Requires nanonext >= 0.10.4.
Files
shikokuchuo/mirai-v0.11.1.zip
Files
(186.0 kB)
| Name | Size | Download all |
|---|---|---|
|
md5:4ddafbc106b406ac52e2d9c2669d073f
|
186.0 kB | Preview Download |
Additional details
Related works
- Is supplement to
- Software: https://github.com/shikokuchuo/mirai/tree/v0.11.1 (URL)