Skip to content

Releases: insightsengineering/goshawk

v0.1.19

Choose a tag to compare

@insights-engineering-bot insights-engineering-bot released this 24 Feb 16:44
00f1171

Fixes

  • Enhance slope functions that is used in g_correlationplot when reg_line = TRUE (#255).
  • Remove analysis variable name from plot title in g_spaghettiplot (#249).
  • User can pass custom x-axis label to g_lineplot and g_spaghettiplot (#250).
  • Update links and installation instructions in README.

What's Changed

  • Workflow propagations by @walkowif in #254
  • update readme by @pawelru in #256
  • 255 fix regression line for the case where all points are on the same X line by @m7pr in #258
  • Workflow propagations by @walkowif in #257
  • 249 remove analysis variable name plot title in spaghettiplot by @m7pr in #251
  • 289 possibility to pass custom axis label for g_lineplot and g_sphagettiplot by @m7pr in #259
  • add rmarkdown to VignetteBuilder by @pawelru in #260
  • add setup-r-dependencies by @vedhav in #261
  • fix_scheduled build by @m7pr in #262
  • Remove lookup-refs by @m7pr in #263
  • [skip vbump] upversion 0.1.19 by @donyunardi in #265

Full Changelog: v0.1.18...v0.1.19

v0.1.18

Choose a tag to compare

@insights-engineering-bot insights-engineering-bot released this 29 Jul 19:26
f389d20

Fixes

  • Change the automated label on g_spaghettiplot.

What's Changed

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

v0.1.17

Choose a tag to compare

@insights-engineering-bot insights-engineering-bot released this 31 May 06:55
0dad18d

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

Choose a tag to compare

@kartikeyakirar kartikeyakirar released this 29 May 18:29

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

Choose a tag to compare

@insights-engineering-bot insights-engineering-bot released this 11 Aug 20:19
20af3f5

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

Choose a tag to compare

@github-actions github-actions released this 14 Oct 01:25
18f0970

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

Choose a tag to compare

@github-actions github-actions released this 09 Jun 14:31
c83cec4

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

Choose a tag to compare

@cicdguy cicdguy released this 29 Jan 18:07
260653c

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

Choose a tag to compare

@insights-engineering-bot insights-engineering-bot released this 13 Oct 00:01
9523a24

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

Choose a tag to compare

@insights-engineering-bot insights-engineering-bot released this 19 Aug 22:13
  • 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.