-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathDESCRIPTION
58 lines (58 loc) · 1.54 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: cardioStatsUSA
Title: Analysis and Visualization of Cardiometabolic Outcomes Using NHANES
Version: 0.0.1
Authors@R: c(
person(given = "Byron",
family = "Jaeger",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0001-7399-2299")),
person(given = "Ligong",
family = "Chen",
role = c("aut", "ctb"),
email = "[email protected]"),
person(given = "Paul",
family = "Muntner",
role = c("aut", "com", "dtc"),
email = "[email protected]")
)
Description: Analyze and visualize cardiometabolic outcomes among adults living
in the United States of America using data from the National Health and
Nutrition Examination Survey (NHANES). Save your results as a dataset or a
figure. All analyses account for the NHANES design weights. Results are
tested for equivalence with prior studies and a data brief report from
the National Center for Health Statistics (NCHS).
License: GPL (>= 3)
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3
Imports:
data.table,
DT,
glue,
table.glue,
magrittr,
plotly,
purrr,
rintrojs,
rlang,
shiny,
shinyjs,
shinyalert,
shinyWidgets,
survey,
stats,
shinyhelper
Suggests:
covr,
knitr,
pkgload,
rmarkdown,
vembedr,
testthat (>= 3.0.0),
Config/testthat/edition: 3
Depends:
R (>= 2.10)
LazyData: true
VignetteBuilder: knitr
URL: https://jhs-hwg.github.io/cardioStatsUSA/