-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
61 lines (61 loc) · 2.06 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
58
59
60
61
Type: Package
Package: gigs
Title: Assess Fetal, Newborn, and Child Growth with International Standards
Version: 0.5.1.9000
Authors@R: c(
person(given = c("Simon", "R"), family = "Parker",
email = "simon.parker1471@outlook.com",
role = c("aut", "cre"), comment = c(ORCID = "0009-0003-8214-4496")),
person(given = "Linda", family = "Vesel", role = c("dtc", "ctb"),
comment = c(ORCID = "0000-0003-3753-4172")),
person(given = c("Eric", "O"), family = "Ohuma", role = c("dtc", "ctb"),
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/ropensci/gigs/, https://docs.ropensci.org/gigs
BugReports: https://github.com/ropensci/gigs/issues
Depends:
R (>= 4.1.0)
Imports:
checkmate,
gamlss.dist,
stats,
rlang,
vctrs (>= 0.4.0),
cli
Suggests:
knitr,
rmarkdown,
testthat (>= 3.0.0),
dplyr,
units,
withr,
ggsci,
bench,
cowplot,
viridis,
mfp,
tidyr (>= 1.0.0)
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