Skip to content

Releases: insightsengineering/osprey

v0.1.16

11 Aug 20:24
3d40c61
Compare
Choose a tag to compare

Miscellaneous

  • Removed scda package dependency from examples.
  • Updated deprecated argument specification in calls to guides.

What's Changed

New Contributors

Full Changelog: v0.1.15...v0.1.16

v0.1.15

14 Oct 01:25
fdf0a31
Compare
Choose a tag to compare

Enhancements

  • Implemented nestcolor with slight refactoring to g_events_term_id, g_heat_bygrade, g_patient_profile,
    g_swimlane, and g_waterfall. Added nestcolor in examples without custom color manuals.
  • Updated installation instructions in the README.

Fixes

  • Fixed a failure in g_patient_profile example.

What's Changed

New Contributors

Full Changelog: v0.1.14...v0.1.15

v0.1.14

09 Jun 14:31
eb64dfb
Compare
Choose a tag to compare

Miscellaneous

  • Added a template to the pkgdown site.
  • Moved tern from imports into suggests; it is now only required for the function grobs2pdf.
  • Removed the dependency on purrr.

v0.1.12

29 Jan 18:11
Compare
Choose a tag to compare

Enhancements

  • Modified g_swimlane plot to expand its y-axis range based on vertical line inputs.

Breaking changes

  • Renamed ylab, yref_line and ytick_at arguments to xlab, xref_line and xtick_at for g_swimlane as they refer to the x not y axis.

Miscellaneous

  • Updated R version requirement to R >= 3.6.
  • Removed dependency on test.nest package.
  • Removed dependency on utils.nest package and replaced its functions with equivalents from the checkmate package.

v0.1.11

13 Oct 00:01
edfbda9
Compare
Choose a tag to compare
  • Updated LICENCE and README with new package references.
  • Fixed the sort_by issue in g_butterfly.
  • Update example and tests using scda synthetic data to replace random.cdisc.data.
  • Added error_on_lint: TRUE to .lintr.
  • Removed unneeded importFrom statements.
  • Fixed bug in g_swimlane that incorrectly orders the legend in certain scenarios.

v0.1.10

19 Aug 22:13
Compare
Choose a tag to compare
  • Updated and cleaned up package internals.

v0.1.9

19 Aug 22:13
Compare
Choose a tag to compare
  • Added new plot function Heatmap by Grade Plot g_heat_bygrade.
  • Added new plot function Adverse Event Category Plot g_ae_sub.

v0.1.8

19 Aug 22:13
Compare
Choose a tag to compare
  • Set up a .lintr configuration file.
  • Remove NA when calculating max_day in the example.

v0.1.7

19 Aug 22:13
Compare
Choose a tag to compare
  • Fixed the issue in g_waterfall with simultaneous plot facet and annotation labels.
  • Fixed g_events_term_id for the case when no data exists fora given treatment arm and a given term are given.
  • The right_flag and left_flag arguments of g_butterfly should now be logical vectors instead of integers (1/0).
  • Retired four table functions due to duplicated functionalities in tern:
    • t_ae_oview: AE overview summary table.
    • t_ae: AE summary table by preferred terms.
    • t_ae_ctc: AE summary table by highest NCI-CTCAE grade.
    • t_ds: Disposition table.

v0.1.6

19 Aug 22:13
Compare
Choose a tag to compare
  • Refactored g_events_term_id to use dplyr and tidyr functions over data.table.