8000 Releases · Gilead-BioStats/gsm · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Releases: Gilead-BioStats/gsm

v2.2.4

02 Apr 18:34
2903d51
Compare
Choose a tag to compare

gsm v2.2.4

This patch release will be the final release of the gsm package. This release adds deprecation language upon load as well as to the top of the README.

The {gsm.core} package is the successor package to be used. More information can be found on the package website

What's Changed

Full Changelog: v2.2.3...v2.2.4

gsm v2.2.3

06 Mar 16:02
86574c6
Compare
Choose a tag to compare

This patch release updates several user interface and widget features. Specifically:

  • Allow users to show/hide the table of contents on the KRI Report
  • Fixes a bug that displayed the incorrect label on the y axis
  • Extend charts to display additional group metadata
  • Support the display of descending thresholds

What's Changed

Full Changelog: v2.2.2...v2.2.3

2039/merge: Merge pull request #2038 from Gilead-BioStats/forgot-one

05 Mar 19:47
e1b2878
Compare
Choose a tag to compare
Remove hard dependency on `InvestigatorLastName` and incorporate tweaks to `gsm.viz`.

gsm v2.2.2

22 Jan 17:27
7e12eb7
Compare
Choose a tag to compare

v2.2.2

This patch release moves the duckdb dependency from Imports to Suggests to side step an duckdb/duckdb-r#612 related to deployment of gsm.app to Posit Connect.

What's Changed

Full Changelog: v2.2.1...v2.2.2

2021/merge: Merge pull request #2019 from Gilead-BioStats/simplify-params

15 Jan 21:23
84805a2
Compare
Choose a tag to compare

gsm v2.2.1

06 Jan 20:55
980ecaa
Compare
Choose a tag to compare

Overview

This patch release primarily addresses minor report updates bug fixes. Specifically:

  • Reduce size of flags over time table by only displaying the most recent 12 periods
  • Return an object of class function from GetStrFunctionIfNamespaced()
  • Generalize all Flag_*() functions to a single Flag() function
  • Use log4r framework set up in v2.2.0 for stopif()/stopifnot() calls
  • Add Subject Disposition field to Study Completion

What's Changed

Full Changelog: v2.2.0...v2.2.1

gsm v2.2.0

11 Dec 19:50
291b033
Compare
Choose a tag to compare

Overview

This minor release prepares the gsm to be used as part of a more sophisticated pipeline, through the addition of
flexible logging and hooks for data access. Specifically:

  • Use DuckDB for sql queries and data type coercion within RunQuery()
  • Implement more flexible logging with the log4r package
  • Add the ability to use lConfig and specify load and save hooks for use with local or remote data.
  • Allow RunWorkflows to execute code from other packages with GetStrFunctionIfNamespaced().
  • Additional minor updates:
    • fix bug that prevented threshold annotations from appearing in Widget_BarChart()
    • remove required from yaml specs
    • update vignettes to align with new yaml specs

What's Changed

New Contributors

Full Changelog: v2.1.1...v2.2.0

1990/merge: Merge pull request #1985 from Gilead-BioStats/v2.2.0-rc

11 Dec 19:19
7e9c7ff
Compare
Choose a tag to compare

1985/merge: Merge pull request #1982 from Gilead-BioStats/fix-1981

09 Dec 20:59
b26391c
Compare
Choose a tag to compare

v2.1.2

14 Nov 17:58
f3e9219
Compare
Choose a tag to compare

Overview

This patch release primarily addresses minor report updates and handling classes in sql queries properly. Specifically:

  • Add method param to RunQuery so that we can use "name__class" method
  • update Flags Over Time widget to only show past 12 months by default, but add toggle to show full history
  • display site/participant target as n/N (x%) in reports
  • display study nickname on report (if present)
  • use gt for tables throughout entire package

What's Changed

Full Changelog: v2.1.1...v2.1.2

0