Skip to content

Releases: nhs-r-community/FunnelPlotR

FunnelPlotR 0.5.0

12 Apr 08:38
Compare
Choose a tag to compare
  • Breaking change:
  • Tidyeval approach added, with function now taking the data argument first, allowing piping, and allows unquoted column names to fit with tidyverse / dplyr style approach.
  • Changes
  • Added a max.overlaps argument to allow the user to vary this in cases where labels overlap is unhelpful.
  • Changed control limit options to allow both adjusted and unadjusted to be turned off, without turning the other on.
  • Updated README, help files and vignette to use tidyeval approach.

FunnelPlotR v0.4.2

02 Jun 11:05
Compare
Choose a tag to compare

FunnelPlotR 0.4.2

  • Changes:
  • Handling of expected values in SHMI calculation was adjusted to allow rounding to two decimal places to match NHSD publication, and as requested by HED Team. Now controlled with additional argument: SHMI_rounding = TRUE/FALSE
  • A change to the OD logic when OD adjustment is selected, but no OD detected. Changed to focus on phi (dispersion ratio) instead of tau (variance component).
  • Bug-fix:
  • an error handling function was not performing correctly and preventing multiple selections.
  • Updated plotting as ggplot arguments were deprecated and giving warning notices.
  • Updated package author's email address, as I lost access to the old one.
  • Updated bits of meta data, codecov, roxygen2 version and github actions.
  • Added additional unit tests.
  • Updated links to reflect NHS-R repo ownership, https and correct DOI.

FunnelPlotR v0.4.1 minor CRAN release Latest

22 Oct 13:36
Compare
Choose a tag to compare

FunnelPlotR v0.4.1 major CRAN release
This release is a minor bug fix as code was not properly handling the scaling argument.

FunnelPlotR v0.4.0 major CRAN release

15 Sep 08:32
Compare
Choose a tag to compare

FunnelPlotR v0.4.0 major CRAN release
This release renames a number of arguments to consistency, adds a functions for better choice of outlier selection, highlighting specific data points, and a fix for non-monotonic transformation for the limits for proportions.

FunnelPlotR v0.3.2 minor CRAN release

02 Dec 08:14
Compare
Choose a tag to compare

Bug fix release for error in SHMI method limits

FunnelPlotR v0.3.1 major CRAN release

16 Sep 15:14
Compare
Choose a tag to compare

This major release reorganises the internals significantly, as at: a1e7e29.
It's added S3 classes and methods, new funnel plot methods for proportions and ratios of counts, as well as abilities to change themes and colours as well as other parameters.

Minor bug fix

26 Feb 12:36
Compare
Choose a tag to compare

Minor bug fix to make colour consistent for funnel limits between different options.

FunnelPlotR version 0.2.2

12 Dec 13:46
Compare
Choose a tag to compare

Minor bug-fix release, fixing inconsistency between outlier identification settings and and the default values in help. Also added citation information.

FunnelPlotR v0.2.1 minor CRAN release

09 Oct 14:56
Compare
Choose a tag to compare

This release fixes several typos, bugs, tidies up the internals and adds a custom scaling function db467b5

FunnelPlotR v0.2.0 first CRAN release!

04 Sep 09:07
Compare
Choose a tag to compare

This is the first release or this package with support for indirectly standardised ratios and overdisperison adjustment.
de213d2