Skip to content

Commit

Permalink
Update to chartplotter 0.32.1
Browse files Browse the repository at this point in the history
  • Loading branch information
stefvanbuuren committed Mar 15, 2024
1 parent 25db3ea commit fe3ed4f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -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 <stef.vanbuuren@tno.nl>
Description: This package plots the target child's growth curves on
Expand Down
4 changes: 4 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down

0 comments on commit fe3ed4f

Please sign in to comment.