forked from SaeedR1987/healthyr
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
58 lines (58 loc) · 1.2 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
Package: healthyr
Title: REACH Nutrition & Health R Tools
Version: 1.0.0
Authors@R:
person("Saeed", "Rahman", , "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "YOUR-ORCID-ID"))
Description: Facilitates the analysis of standard nutrition and health technical survey indicators for REACH Initiative assessment teams globally.
License: MIT + file LICENSE
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.2
URL: https://github.com/SaeedR1987/healthyr
BugReports: https://github.com/SaeedR1987/healthyr/issues
Imports:
dplyr,
ggplot2,
graphics,
grDevices,
haven,
Hmisc,
lubridate,
magrittr,
methods,
nipnTK (>= 0.1.0),
readxl,
rlang,
scales,
remotes,
stats,
stringi,
stringr,
tidyr,
varhandle,
writexl,
zscorer (>= 0.3.1),
ggridges,
fastDummies,
GGally,
shiny,
shinydashboard,
shinythemes,
shinyWidgets,
plotly,
DT,
runner
Suggests:
epirhandbook (>= 0.0.0.9000),
apyramid,
janitor,
srvyr,
praise
Remotes:
nutriverse/zscorer,
nutriverse/nipnTK,
appliedepi/epirhandbook
Depends:
R (>= 2.10)
LazyData: true