Skip to content

Commit

Permalink
Update to growthscreener 1.22.0
Browse files Browse the repository at this point in the history
  • Loading branch information
stefvanbuuren committed Oct 25, 2024
1 parent 3d0b7a9 commit b546779
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: growthscreener
Title: Finding Children with Unusual Growth Patterns
Version: 1.21.0
Version: 1.22.0
Authors@R:
c(person(given = "Paula",
family = "van Dommelen",
Expand Down Expand Up @@ -44,4 +44,4 @@ Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
URL: https://growthcharts.org/growthscreener/
RoxygenNote: 7.3.1
RoxygenNote: 7.3.2
6 changes: 6 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# growthscreener 1.22.0

- Extends the `calculate_th()` function with a `support_missing_hgtf` argument to allow for the calculation of target height from only the mother's height. This is useful when height from the biological father height is missing. It currently works only for Dutch populations. If mother's height is missing, the function will return `NA`, as before.
- Adds a silent safety trim of input arguments of `calculate_th()` to scalar values. This is to prevent the function from breaking when the input is a vector of length > 1. The function will now only use the first element of the input vector.
- Adds functions `hermanussencole()` and `targetheight()` from the `chartdesigner` package. In contrast to `calculate_th()` these functions are vectorised, so more suited for group applications rather than individual application.

# growthscreener 1.21.0

- Merges `srm` branch updates (v1.19.3) into main
Expand Down

0 comments on commit b546779

Please sign in to comment.