Skip to content

Releases: datashield/DSI

1.8.0

03 Nov 17:19

Choose a tag to compare

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

03 Nov 09:41

Choose a tag to compare

Automatic Datashield errors output is optional (fixes backward compatibility).

What's Changed

Full Changelog: 1.7.0...1.7.1

1.7.0

10 Oct 18:32

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.6.0...1.7.0

1.6.0

25 May 19:55

Choose a tag to compare

Maintenance release, on CRAN request.

1.5.0

06 Oct 07:46

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

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

Choose a tag to compare

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

1.3.2

14 Feb 13:18

Choose a tag to compare

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

1.3.1

09 Feb 17:54

Choose a tag to compare

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

1.3.0

22 Jun 20:47

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