diff --git a/DESCRIPTION b/DESCRIPTION index e28dde7..12b19e7 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,7 +1,7 @@ Package: chartplotter Type: Package Title: Analysing and Plotting Growth Curves -Version: 0.33.0 +Version: 0.33.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 @@ -43,4 +43,4 @@ Remotes: growthcharts/donorloader Roxygen: list(markdown = TRUE) URL: https://github.com/growthcharts/chartplotter -RoxygenNote: 7.2.3 +RoxygenNote: 7.3.1 diff --git a/NEWS.md b/NEWS.md index 24f3466..a4a70bc 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,3 +1,7 @@ +# chartplotter 0.33.1 + +- Updates to roxygen2 7.3.1 package + # chartplotter 0.33.0 - Resolves the incorrect time sequence of the WFH curve when height at a later age is lower. See It works for `curve_interpolation` is `FALSE`. Some approximation error remain for `curve_interpolation` is `TRUE`.