From fe3ed4f492c91f668141cfd8269ae1611d863cb9 Mon Sep 17 00:00:00 2001 From: Stef van Buuren Date: Fri, 15 Mar 2024 12:01:18 +0100 Subject: [PATCH] Update to chartplotter 0.32.1 --- DESCRIPTION | 2 +- NEWS.md | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/DESCRIPTION b/DESCRIPTION index 4d432ff..d46a069 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,7 +1,7 @@ Package: chartplotter Type: Package Title: Analysing and Plotting Growth Curves -Version: 0.32.0 +Version: 0.32.1 Authors@R: person("Stef", "van Buuren", email = "stef.vanbuuren@tno.nl", role = c("aut", "cre")) Maintainer: Stef van Buuren Description: This package plots the target child's growth curves on diff --git a/NEWS.md b/NEWS.md index b34eeb2..e575eea 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,3 +1,7 @@ +# chartplotter 0.32.1 + +- Set color blue for preterm D-score chart + # chartplotter 0.32.0 - Solves a problem resulted in `Error in eval(predvars, data, env) : object 'hgt_z_0' not found`. The problem occured in `find_matches()` when `hat` contains no brokenstick estimates. This may happen when child observations do not start at birth. The function now removes names of earlier predictors and matches only on covariates.