-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
48 lines (48 loc) · 1.88 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
Package: hcesNutR
Type: Package
Title: Households Consumption Expenditure Survey (HCES) Nutrition Data Analysis
Version: 1.0.0
Authors@R: c(person(given = "Liberty",
family = "Mlambo",
role = c("aut", "cre"),
email = "liberty.mlambo@nottingham.ac.uk",
comment = c(ORCID = "0000-0003-3740-1345")),
person(given = "Gareth",
family = "Osman",
role = c("aut","ctb"),
comment = c(ORCID = "-")),
person(given = "Kevin",
family = "Tang",
role = c("aut","ctb"),
comment = c(ORCID = "-")),
person(given = "Lucia",
family = "Segovia de la Revilla",
role = c("aut","ctb"),
comment = c(ORCID = "-")),
person(given = "Louise E.",
family = "Ander",
role = c("aut","ctb"),
comment = c(ORCID = "-")),
person("Micronutrient Action Policy Support (MAPS) Project", role = c("cph", "fnd")))
Maintainer: The package maintainer <liberty.mlambo@nottingham.ac.uk>
Description: Functions for analysing Nutrition analysis of HCES data.
The package contains functions for data cleaning, data manipulation, data visualisation and data analysis. The package also contains a dataset of the standard units and names of food items.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
URL: https://github.com/dzvoti/hcesR2, https://dzvoti.github.io/hcesNutR/
BugReports: https://github.com/dzvoti/hcesR2/issues
RoxygenNote: 7.2.3
Imports:
crayon,
dplyr,
DT,
forcats,
haven,
ISOcodes,
rlang,
stringdist,
stringr,
here,
readr,
shiny