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..5dccc48 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,4 +1,16 @@ -# pmplots (development version) +# 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 greater (#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