-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
47 lines (47 loc) · 1.41 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
Package: growthscreener
Title: Finding Children with Unusual Growth Patterns
Version: 1.23.0
Authors@R:
c(person(given = "Paula",
family = "van Dommelen",
role = c("aut", "cre"),
email = "[email protected]"),
person(given = "Stef",
family = "van Buuren",
role = c("aut"),
email = "[email protected]"),
person(given = "Arjan",
family = "Huizing",
role = c("aut"),
email = "[email protected]"))
Description: Unusual child growth and development may be a sign of an underlying
disease or condition. This package implements functions that evaluate
growth and developmental patterns of a target child relative to Dutch
guidelines. Contains tools to detect unusual growth in height, weight and
head circumference, and unusual language development.
Depends:
R (>= 3.5.0),
nlreferences (>= 0.12.1)
Imports:
bdsreader (>= 0.16.1),
centile (>= 0.12.1),
dplyr,
methods,
rlang,
tidyr,
tidyselect
Suggests:
jamesdemodata (>= 0.7.0),
jsonlite,
testthat (>= 2.1.0)
Remotes:
growthcharts/bdsreader,
growthcharts/centile,
growthcharts/jamesdemodata,
growthcharts/nlreferences
License: AGPL-3 + file LICENSE
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
URL: https://growthcharts.org/growthscreener/
RoxygenNote: 7.3.2