Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 7 Next »

DataSHIELD Release Notes v6.1.1 

Focus of Release 

This version is a maintenance release for DataSHIELD, containing changes for small known bugfixes in release 6.1. Larger changes will be saved for the release of version 6.2.

Changes from DataSHIELD v6.1 to v6.1.1

Changed Functions 

The following functions have been modified in this release of DataSHIELD. 

  1. Add tests to client-side methods to ensure that ‘datasources’ is a list of DSConnection objects.

  2. Many error messages previous returned have been converted to errors generated by 'stop(...)'.

  3. General improvements to documentation

  4. Additional tests implemented

  5. ds.boxPlot: implementation has been refined.

  6. ds.completeCases: ensured correct behaviour if applied to a vector.

  7. ds.cor: remove the naAction argument, and fixed the behavior to 'casewise.complete' for “NA” values.

  8. ds.dataFrameFill: if filling a column with factors, levels are set correctly.

  9. ds.dataFrameSort: ensure correct behaviour if sorting columns are not integer of numeric columns.

  10. ds.tapply.assign: ensure correct behaviour of disclosure check when conversion to factors.

  11. ds.lexis: ensure required headers are retained.

  12. ds.glmSLMA: added support for assigning model to a variable on the server-side.

  13. ds.lmerSLMA: added support for assigning model to a variable on the server-side.

  14. ds.glmerSLMA: corrected documentation.

  15. ds.recodeValues: can be applied to columns which are factors.

  16. ds.rm: permit removal of multiple variables on the server-side and removed the restriction on variable name length.

  17. ds.merge: correction to documentation.

  18. ds.table: ensured correct behaviour when assignment of table to variable on the server-side is specified. Ensure study names are included in tables.

  19. ds.cbind: ensure checking of the assignment of column names and unused arguments.

  20. Support Opal 4.0.3

  21. Support DSI 1.2, DSOpal 1.2 and opalr 2.0.0

  • No labels