From fcbbfb94226b6dbfe49fc4d436f72d9ebb4d76ee Mon Sep 17 00:00:00 2001 From: Kyle Baron Date: Fri, 4 Oct 2024 07:15:47 -0500 Subject: [PATCH] news and version bump --- DESCRIPTION | 2 +- NEWS.md | 10 +++++++++- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index 8dd71b5..f279bfe 100755 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,7 +1,7 @@ Package: pmplots Type: Package Title: Plots for Pharmacometrics -Version: 0.5.0.9000 +Version: 0.5.1 Authors@R: c( person("Kyle T", "Baron", "", "kyleb@metrumrg.com", c("aut", "cre")), person(given = "Kyle", family = "Meyer", role = "ctb", email = "kylem@metrumrg.com"), diff --git a/NEWS.md b/NEWS.md index f7c5169..ead64d9 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,4 +1,12 @@ -# pmplots (development version) +# pmplots 0.5.1 + +## Bugs fixed + +- `eta_covariate()` now calls `eta_cont()` rather than `eta_cat()` when data for + the x-axis is `integer`, fixing an error that was generated from `eta_cat()`, + which always expects `factor`, `character`, or `logical`; other internal + updates have been made to ensure consistent treatment of `integer` data as + continuous rather than discrete (#104). # pmplots 0.5.0