-
Notifications
You must be signed in to change notification settings - Fork 1
/
DESCRIPTION
57 lines (57 loc) · 1.93 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
48
49
50
51
52
53
54
55
56
57
Type: Package
Package: gigs
Title: Assess Fetal, Newborn, and Child Growth with International Standards
Version: 0.4.1.9001
Authors@R: c(
person(given = "Simon", family = "Parker",
email = "simon.parker1471@outlook.com",
role = c("aut", "cre"), comment = c(ORCID = "0009-0003-8214-4496")),
person("Linda", "Vesel", role = "dtc",
comment = c(ORCID = "0000-0003-3753-4172")),
person("Eric", "Ohuma", role = "dtc",
comment = c(ORCID = "0000-0002-3116-2593")),
person("Chitra", "Saraswati", role = "rev",
comment = c(ORCID = "0000-0002-8159-0414")),
person("Victor", "Ordu", role = "rev",
comment = c(ORCID = "0000-0003-3716-0668")),
person("Bill & Melinda Gates Foundation", role = "fnd"),
person("London School of Hygiene & Tropical Medicine", role = "cph")
)
Description: Convert between anthropometric measures and z-scores/centiles
in multiple growth standards, and classify fetal, newborn, and child
growth accordingly. With a simple interface to growth standards from
the World Health Organisation and International Fetal and Newborn
Growth Consortium for the 21st Century, gigs makes growth assessment
easy and reproducible for clinicians, researchers and policy-makers.
License: GPL (>= 3)
URL: https://github.com/lshtm-gigs/gigs/,
https://lshtm-gigs.github.io/gigs/
BugReports: https://github.com/lshtm-gigs/gigs/issues
Depends:
R (>= 4.1.0)
Imports:
checkmate,
gamlss.dist,
stats,
rlang,
vctrs,
cli
Suggests:
autotest,
knitr,
rmarkdown,
testthat (>= 3.0.0),
dplyr,
units,
withr
VignetteBuilder:
knitr
Config/testthat/edition: 3
Config/testthat/parallel: true
Config/testthat/start-first: who_gs, ig_nbs, ig_fet, ig_png
Encoding: UTF-8
Language: en-GB
LazyData: true
Roxygen: list(markdown = TRUE,
roclets = c("namespace", "rd", "srr::srr_stats_roclet"))
RoxygenNote: 7.3.2