-
Notifications
You must be signed in to change notification settings - Fork 1
/
DESCRIPTION
44 lines (44 loc) · 1.36 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
Package: nipnTK
Type: Package
Title: National Information Platforms for Nutrition Anthropometric Data Toolkit
Version: 0.2.0.9000
Authors@R: c(
person(given = "Mark",
family = "Myatt",
comment = c(ORCID = "0000-0003-1119-1474"),
email = "[email protected]",
role = "aut"),
person(given = "Ernest",
family = "Guevarra",
comment = c(ORCID = "0000-0002-4887-4415"),
email = "[email protected]",
role = c("aut", "cre")))
Description: An implementation of the National Information Platforms for
Nutrition or NiPN's analytic methods for assessing quality of anthropometric
datasets that include measurements of weight, height or length, middle upper
arm circumference, sex and age. The focus is on anthropometric status but
many of the presented methods could be applied to other variables.
License: GPL-3
Depends: R (>= 2.10)
Imports:
stats,
graphics,
withr
Suggests:
testthat (>= 3.0.0),
knitr,
rmarkdown,
tufte,
spelling,
covr,
kableExtra,
bbw
Encoding: UTF-8
Language: en-GB
LazyData: true
RoxygenNote: 7.3.2
Roxygen: list(markdown = TRUE)
URL: https://nutriverse.io/nipnTK/, https://github.com/nutriverse/nipnTK
BugReports: https://github.com/nutriverse/nipnTK/issues
VignetteBuilder: knitr
Config/testthat/edition: 3