generated from CDCgov/template
-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathDESCRIPTION
42 lines (42 loc) · 1.24 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
Package: surveytable
Title: Formatted Survey Estimates
Version: 0.9.5.9000
Authors@R:
person(given = "Alex"
, family = "Strashny"
, role = c("aut", "cre")
, email = "[email protected]"
, comment = c(ORCID = "0000-0002-6408-7745")
)
Description: Short and understandable commands that generate tabulated,
formatted, and rounded survey estimates. Mostly a wrapper for the
'survey' package (Lumley (2004) <doi:10.18637/jss.v009.i08>
<https://CRAN.R-project.org/package=survey>) that identifies
low-precision estimates using the National Center for Health
Statistics (NCHS) presentation standards (Parker et al. (2017)
<https://www.cdc.gov/nchs/data/series/sr_02/sr02_175.pdf>,
Parker et al. (2023) <doi:10.15620/cdc:124368>).
Date/Publication: 2023
License: Apache License (>= 2)
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.1
Depends:
R (>= 2.10)
LazyData: true
LazyDataCompression: bzip2
Imports:
assertthat,
magrittr,
glue,
survey,
huxtable,
lifecycle
Suggests:
kableExtra,
gt,
knitr,
rmarkdown
VignetteBuilder: knitr
URL: https://cdcgov.github.io/surveytable/, https://github.com/CDCgov/surveytable
Language: en-US