Releases: datashield/DSI
Releases · datashield/DSI
1.8.0
Compare
Sorry, something went wrong.
No results found
What's Changed
feat: extension for remote R session management by @ymarcon in #24
Full Changelog : 1.7.1...1.8.0
1.7.1
Compare
Sorry, something went wrong.
No results found
Automatic Datashield errors output is optional (fixes backward compatibility).
What's Changed
Full Changelog : 1.7.0...1.7.1
1.7.0
Compare
Sorry, something went wrong.
No results found
What's Changed
New Contributors
Full Changelog : 1.6.0...1.7.0
1.6.0
Compare
Sorry, something went wrong.
No results found
Maintenance release, on CRAN request.
1.5.0
Compare
Sorry, something went wrong.
No results found
New feature: multiple workspaces can be restored, at any time in the analysis flow using the datashield.workspace_restore function.
1.4.0
Compare
Sorry, something went wrong.
No results found
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).
1.3.3
Compare
Sorry, something went wrong.
No results found
Do not check for assignment result from excluded connections (#14 )
1.3.2
Compare
Sorry, something went wrong.
No results found
Call dsIsAsync only when connection could be established (#14 ).
1.3.1
Compare
Sorry, something went wrong.
No results found
datashield.login() : #14 failSafe parameter added.
1.3.0
Compare
Sorry, something went wrong.
No results found
DataSHIELD profiles API:
dsListProfiles(), to get profiles from server
datashield.profiles(), to retrive profiles from a list of servers
profile parameter added to DSLoginBuilder class and used by datashield.login()