You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: NEWS.md
+12Lines changed: 12 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,15 @@
1
+
# FunnelPlotR 0.5.0
2
+
3
+
- Breaking change
4
+
* 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.
5
+
6
+
- Changes
7
+
* Added a `max.overlaps` argument to allow the user to vary this in cases where labels overlap is unhelpful.
8
+
* Changed control limit options to allow both adjusted and unadjusted to be turned off, without turning the other on.
9
+
* Updated README, help files and vignette to use tidyeval approach.
10
+
11
+
12
+
1
13
# FunnelPlotR 0.4.2
2
14
- Changes:
3
15
* 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
0 commit comments