Skip to content

Releases: datashield/DSI

1.5.0

06 Oct 07:46
Compare
Choose a tag to compare

New feature: multiple workspaces can be restored, at any time in the analysis flow using the datashield.workspace_restore function.

1.4.0

06 Apr 14:25
Compare
Choose a tag to compare

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

15 Feb 08:48
Compare
Choose a tag to compare

Do not check for assignment result from excluded connections (#14)

1.3.2

14 Feb 13:18
Compare
Choose a tag to compare

Call dsIsAsync only when connection could be established (#14).

1.3.1

09 Feb 17:54
Compare
Choose a tag to compare

datashield.login() : #14 failSafe parameter added.

1.3.0

22 Jun 20:47
Compare
Choose a tag to compare

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()

1.2.0

15 Mar 17:55
Compare
Choose a tag to compare

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().

1.1.1

21 Dec 16:41
Compare
Choose a tag to compare

Bug fix for datashield.pkg_status

1.1.0

18 May 11:42
Compare
Choose a tag to compare
  • Resources S4 functions added
  • Improved error handing
  • Updated documentation

1.0.0

03 Apr 14:20
Compare
Choose a tag to compare
knitr dependency removed