Skip to content

Commit

Permalink
Update to growthscreener 1.20.0
Browse files Browse the repository at this point in the history
  • Loading branch information
stefvanbuuren committed Oct 17, 2023
1 parent 41c6432 commit f51ebfa
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 4 deletions.
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.19.1
Version: 1.20.0
Authors@R:
c(person(given = "Paula",
family = "van Dommelen",
Expand Down
13 changes: 13 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
# growthscreener 1.20.0

- Merges srm brnach into master
- Updates NEWS.md

# growthscreener 1.19.0

- Version increases 1.16.0 --> 1.19.0 were made in srm branch
- Adds advice algorithm for future visit date (remind date guideline)
- Adds screener for language development, 2 yrs
- Changes all dates to `yyyymmdd`
- Merges with master

# growthscreener 1.16.1

- Extrapolates the BMI cutoff table beyond 18 years to evade error when the child age is between 18 and 19 years
Expand Down
2 changes: 1 addition & 1 deletion README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ The package implements the following guidelines:
- **Beslisboom Hoofdomtrek**: A decision tree for head circumference for children below the age of 1 year.
- **JGZ-Richtlijn Taalontwikkeling 2018**: <https://www.ncj.nl/richtlijnen/alle-richtlijnen/richtlijn/taalontwikkeling>

There are 45 different messages for height, 26 messages for weight and 17 messages for head circumference. To see them all:
There are `r nrow(messages)` signals. To see them all:

```{r eval=FALSE}
messages
Expand Down
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,7 @@ The package implements the following guidelines:
- **JGZ-Richtlijn Taalontwikkeling 2018**:
<https://www.ncj.nl/richtlijnen/alle-richtlijnen/richtlijn/taalontwikkeling>

There are 45 different messages for height, 26 messages for weight and
17 messages for head circumference. To see them all:
There are 101 signals. To see them all:

``` r
messages
Expand Down

0 comments on commit f51ebfa

Please sign in to comment.