From 52314b0f81600ad9a32e5958661cd912b061b1f5 Mon Sep 17 00:00:00 2001 From: Kyle Baron Date: Wed, 22 May 2024 10:45:29 -0500 Subject: [PATCH 1/4] release candidate; bumped version --- DESCRIPTION | 2 +- NEWS.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index 7290a8e..ac8a95d 100755 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,7 +1,7 @@ Package: pmplots Type: Package Title: Plots for Pharmacometrics -Version: 0.4.0.9001 +Version: 0.4.1 Authors@R: c( person("Kyle T", "Baron", "", "kyleb@metrumrg.com", c("aut", "cre")), person("Metrum Research Group", role = c("cph")) diff --git a/NEWS.md b/NEWS.md index ae67745..770db55 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,4 +1,4 @@ -# pmplots (development version) +# pmplots 0.4.1 # pmplots 0.4.0 From 21b8e5f770e19ec731ae543432b6ce86e2508c9c Mon Sep 17 00:00:00 2001 From: Kyle Baron Date: Wed, 22 May 2024 10:53:47 -0500 Subject: [PATCH 2/4] news --- NEWS.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/NEWS.md b/NEWS.md index 770db55..c9ab384 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,5 +1,17 @@ # pmplots 0.4.1 +- y-axis for `cwres_q()` and `npde_q()` changed to remove the word "distribution" + (#92). + +- pmplots now depends on ggplot2 version 3.5.0 or later (#86). + +- Axis titles for conditional weighted residuals are now abbreviated "CWRES" (#83). + +## Bugs fixed + +- Fixed a bug where the wrong y-axis title was getting used in [cwres_covariate()] + (#89). + # pmplots 0.4.0 - Add a series of functions for standardized, paneled displays (#77, #81). From 16201910723710171c7888447365b294dda5d1dd Mon Sep 17 00:00:00 2001 From: Kyle Baron Date: Wed, 22 May 2024 10:55:19 -0500 Subject: [PATCH 3/4] tweak news --- NEWS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NEWS.md b/NEWS.md index c9ab384..7530233 100644 --- a/NEWS.md +++ b/NEWS.md @@ -3,7 +3,7 @@ - y-axis for `cwres_q()` and `npde_q()` changed to remove the word "distribution" (#92). -- pmplots now depends on ggplot2 version 3.5.0 or later (#86). +- pmplots now depends on ggplot2 version 3.5.0 or greater (#86). - Axis titles for conditional weighted residuals are now abbreviated "CWRES" (#83). From 03d738e33bee81045f716d497328a6eacc150c64 Mon Sep 17 00:00:00 2001 From: Kyle Baron Date: Wed, 22 May 2024 11:38:41 -0500 Subject: [PATCH 4/4] fix markup based on @kyleam comment --- NEWS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NEWS.md b/NEWS.md index 7530233..5dccc48 100644 --- a/NEWS.md +++ b/NEWS.md @@ -9,7 +9,7 @@ ## Bugs fixed -- Fixed a bug where the wrong y-axis title was getting used in [cwres_covariate()] +- Fixed a bug where the wrong y-axis title was getting used in `cwres_covariate()` (#89). # pmplots 0.4.0