Skip to content

Releases: Gilead-BioStats/gsm

v0.3.0

28 Mar 14:51
e948da8
Compare
Choose a tag to compare
v0.3.0 Pre-release
Pre-release

Overview

This release continues to refine the gsm data workflow and QC process in prepararation for a v1 release. Updates include:

  • *_Assess() functions now return a list only. Returns strFunctionName, lParams, and lTags, in addition to all data.frames in the pipeline.
  • *_Map_Raw() functions now implement a new utility function: is_mapping_valid() for more robust and diagnostic error checking.
  • *_Map_Raw() functions now use a single mapping parameter to facilitate all renames and data checks.
  • Added a mergeSubjects() function used to merge domain data with subject-level data and provide useful warnings when subjects aren't matched and/or dropped.

What's Changed

Full Changelog: v0.2.0...v0.3.0

v0.2.0

15 Mar 01:48
9a2d654
Compare
Choose a tag to compare
v0.2.0 Pre-release
Pre-release

Overview

This release adds assessment visualizations via Visualize_Scatter and Visualize_Count and addresses many minor documentation and testing issues. See below for a full list of Pull requests or see the v0.2 milestone for a full list of resolved issues.

What's Changed

Full Changelog: v0.1.0...v0.2.0

v0.1.0

02 Mar 21:22
178814e
Compare
Choose a tag to compare
v0.1.0 Pre-release
Pre-release

Summary

This initial release of {gsm} provides data pipeline functionality for 4 assessments:

  • Adverse Events via gsm::AE_Assess()
  • Protocol Deviations via gsm::PD_Assess()
  • Disposition via gsm::Disposition_Assess()
  • Inclusion/Exclusion Criteria via gsm::IE_Assess()

What's Changed

New Contributors

Full Changelog: https://github.com/Gilead-BioStats/gsm/commits/v0.1.0