Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
stefvanbuuren committed Jul 17, 2020
1 parent b0f0841 commit 45e13b3
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
2 changes: 1 addition & 1 deletion 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.5.0
Version: 1.6.0
Authors@R:
c(person(given = "Paula",
family = "van Dommelen",
Expand Down
11 changes: 11 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
# growthscreener 1.6.0

* This version improves consistency in sieves and messages
* Adds checks on missing data for `z1` in some edge cases where needed
* Adds messages `**24` and `**25` for edge cases where the Z-score cannot be calculated, even if all information is available
* Adds a `test_gain` argument to screening function that we may use to disable any checking on gain scores `z1 - z0` (e.g. when there is only one observation for a child)
* Uses stricter scalar comparison operators `&&` and `||`
* Makes `SD` and `SDS` consistent in messages
* Replaces text "voorlaatste" to the more generic "eerdere"
* Adds test code that runs all `json` files in `jamestest`

# growthscreener 1.5.0

* Introduces `pick_reference_wgt()` to select weight reference depending on sex, age, ga and etn
Expand Down

0 comments on commit 45e13b3

Please sign in to comment.