-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
52 lines (52 loc) · 2.04 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
Package: pedbp
Title: Pediatric Blood Pressure
Version: 2.0.2.9000
Authors@R: c(
person(given = "Peter", family = "DeWitt", email = "peter.dewitt@cuanschutz.edu", role = c("aut", "cre"), comment = c(ORCID = "0000-0002-6391-0795")),
person(given = "Blake", family = "Martin", email = "blake.martin@childrenscolorado.org", role = c("ctb"), comment = c(ORCID = "0000-0001-5683-8310")),
person(given = "David", family = "Albers", email = "david.albers@cuanschutz.edu", role = c("ctb"), comment = c(ORCID = "0000-0002-5369-526X")),
person(given = "Tell", family = "Bennett", email = "tell.bennett@cuanschutz.edu", role = c("ctb"), comment = c(ORCID = "0000-0003-1483-4236"))
)
Description: Data and utilities for estimating pediatric blood pressure
percentiles by sex, age, and optionally height (stature) as described in
Martin et.al. (2022) <doi:10.1001/jamanetworkopen.2022.36918>.
Blood pressure percentiles for children under one year of age come from Gemelli
et.al. (1990) <doi:10.1007/BF02171556>. Estimates of blood pressure
percentiles for children at least one year of age are informed by
data from the National Heart, Lung, and Blood Institute (NHLBI) and the
Centers for Disease Control and Prevention (CDC)
<doi:10.1542/peds.2009-2107C> or from Lo et.al. (2013)
<doi:10.1542/peds.2012-1292>. The flowchart for selecting the informing
data source comes from Martin et.al. (2022)
<doi:10.1542/hpeds.2021-005998>.
Depends:
R (>= 3.5.0)
License: GPL-2
Encoding: UTF-8
URL: https://github.com/dewittpe/pedbp/, http://www.peteredewitt.com/pedbp/
BugReports: https://github.com/dewittpe/pedbp/issues/
Language: en-us
LazyData: true
Imports:
ggplot2,
Rcpp (>= 1.0.11),
scales
Suggests:
covr,
data.table,
DT,
digest,
ggpubr,
gridExtra,
knitr,
markdown,
png,
qwraps2 (>= 0.6.0),
rmarkdown,
shiny,
shinyBS,
shinydashboard
LinkingTo: Rcpp (>= 1.0.11),
RcppArmadillo
VignetteBuilder: knitr
RoxygenNote: 7.3.2