Recent Releases of DSI
DSI - 1.7.0
What's Changed
- feat: format errors by @timcadman in https://github.com/datashield/DSI/pull/21
New Contributors
- @timcadman made their first contribution in https://github.com/datashield/DSI/pull/21
Full Changelog: https://github.com/datashield/DSI/compare/1.6.0...1.7.0
- R
Published by ymarcon almost 2 years ago
DSI - 1.4.0
New features:
* failSafe parameter added to datashield.login()
* success and error callback function parameters added to datashield.aggregate() and datashield.assign().
These changes do not affect packages implementing this API (like DSOpal and DSLite).
- R
Published by ymarcon over 4 years ago
DSI - 1.2.0
New features:
* polling of computation servers, to handle long running tasks: new S4 functions are dsKeepAlive() and dsIsCompleted(),
* assignment and aggregations can be performed on a subset of computation servers, with specific arguments: see datashield.assign() and datashield.aggregate().
- R
Published by ymarcon over 5 years ago