Skip to content

Releases: insightsengineering/goshawk

v0.1.18

29 Jul 19:26
f389d20
Compare
Choose a tag to compare

Fixes

  • Change the automated label on g_spaghettiplot.

What's Changed

Full Changelog: v0.1.17...v0.1.18

v0.1.17

31 May 06:55
0dad18d
Compare
Choose a tag to compare

Miscellaneous

  • Update g_lineplot and g_spaghettiplot to include a dot_size parameter for adjusting the size of plot points.

What's Changed

New Contributors

Full Changelog: v0.1.15...v0.1.17

v0.1.16

29 May 18:29
Compare
Choose a tag to compare

goshawk 0.1.16

Miscellaneous

  • Add loq_flag_var argument to plots.
  • Remove package prefix from examples.
  • Replace soft deprecated ggplot2 functions with their current equivalents, e.g. aes_string() with aes().

Fixes

  • Update h_identify_loq_values to filter for records with LOQFL == "Y" before calculating LOQ.
  • Fix an issue with vertical range lines displayed only when there are any other lines included.
  • Fix partial attribute matching.

v0.1.15

11 Aug 20:19
20af3f5
Compare
Choose a tag to compare

Miscellaneous

  • Deprecated g_scatterplot. Use g_correlationplot instead.
  • Removed scda package dependency from examples.

What's Changed

New Contributors

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

v0.1.14

14 Oct 01:25
18f0970
Compare
Choose a tag to compare

Fixes

  • Fixed h_caption_loqs_label to handle multiple parameters when data frame is returned from h_identify_loq_values.

Enhancements

  • Implemented nestcolor with slight refactoring to g_lineplot, g_density_distribution_plot and added nestcolor in examples without custom color manuals.

Miscellaneous

  • Updated installation instructions.

What's Changed

New Contributors

Full Changelog: v0.1.13...v0.1.14

v0.1.13

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

Fixes

  • Fixed incorrect color of arbitrary lines legend elements in geom_arb_hline and geom_arb_vline functions.

Miscellaneous

  • Added a template to the pkgdown site.

v0.1.11

29 Jan 18:07
260653c
Compare
Choose a tag to compare

Enhancements

  • Renamed visit_var as facet_var in t_summarytable and allowed it to be NULL when there is no facetting.
  • Extended the functionality of the parameters hline_arb (and vline_arb for g_correlationplot) to a vector of arbitrary length, allowing users to add any number of arbitrary horizontal or vertical lines to g_spaghettiplot, g_boxplot, g_density_distribution_plot and g_correlationplot.

Miscellaneous

  • Added R version requirement 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.10

13 Oct 00:01
9523a24
Compare
Choose a tag to compare

New Features

  • Lab normal range and LOQs horizontal line feature in g_spaghettiplot, g_boxplot and g_correlationplot.

Breaking Changes

  • Allow arbitrary horizontal line arguments in g_spaghettiplot, g_boxplot, g_density_distribution_plot and g_correlationplot and vertical line arguments in g_correlationplot. This functionality has changed the arguments required to use the functions:
    • hline replaced by hline_arb, hline_arb_color and hline_arb_label in the above functions.
    • vline replaced by vline_arb_var, vline_arb_color and vline_arb_label in g_correlationplot.

Miscellaneous

  • Updated LICENCE and README with new package references.
  • Updated examples and documentation using scda synthetic data instead of random.cdisc.data.
  • Added error_on_lint: TRUE to .lintr.

v0.1.9

19 Aug 22:13
Compare
Choose a tag to compare
  • Updated g_density_distribution_plot legend to show lines not squares.
  • Fixed a bug in g_correlationplot when facetting by treatment variable would nullify facetting by visit variable.

v0.1.8

19 Aug 22:12
Compare
Choose a tag to compare
  • Removed warnings in g_boxplot and t_summarytable when one group has no data.
  • g_boxplot and g_correlationplot have been modified to always have empty points, regardless of whether loq_legend parameter is set to TRUE or FALSE.