Skip to content

Releases: datashield/DSI

1.8.0

Choose a tag to compare

@ymarcon ymarcon released this 03 Nov 17:19

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

Choose a tag to compare

@ymarcon ymarcon released this 03 Nov 09:41

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

What's Changed

Full Changelog: 1.7.0...1.7.1

1.7.0

Choose a tag to compare

@ymarcon ymarcon released this 10 Oct 18:32

What's Changed

New Contributors

Full Changelog: 1.6.0...1.7.0

1.6.0

Choose a tag to compare

@ymarcon ymarcon released this 25 May 19:55

Maintenance release, on CRAN request.

1.5.0

Choose a tag to compare

@ymarcon ymarcon released this 06 Oct 07:46

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

1.4.0

Choose a tag to compare

@ymarcon ymarcon released this 06 Apr 14:25

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

Choose a tag to compare

@ymarcon ymarcon released this 15 Feb 08:48

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

1.3.2

Choose a tag to compare

@ymarcon ymarcon released this 14 Feb 13:18

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

1.3.1

Choose a tag to compare

@ymarcon ymarcon released this 09 Feb 17:54

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

1.3.0

Choose a tag to compare

@ymarcon ymarcon released this 22 Jun 20:47

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