forked from cjendres1/nhanes
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
42 lines (42 loc) · 1.1 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: nhanesA
Version: 0.7.5
Date: 2024-08-11
Title: NHANES Data Retrieval
Authors@R:
c(person(given = "Christopher",
family = "Endres",
role = c("aut", "cre"),
email = "[email protected]"),
person(given="Laha",
family="Ale",
role = "aut",
email="[email protected]",
comment = c(ORCID = "0000-0002-4070-5289")),
person(given="Robert",
family="Gentleman",
role = "aut",
email= "[email protected]")
)
BugReports: https://github.com/cjendres1/nhanes/issues
Depends:
R (>= 3.0.0)
Imports:
stringr,
foreign,
rvest,
magrittr,
xml2,
plyr
Description: Utility to retrieve data from the National Health and Nutrition
Examination Survey (NHANES) website <https://www.cdc.gov/nchs/nhanes/index.htm>.
License: GPL (>= 2)
Encoding: UTF-8
URL: https://cran.r-project.org/package=nhanesA
Packaged: 2015-10-07 18:15:14 UTC; Endres
Suggests:
knitr,
odbc,
DBI,
rmarkdown
VignetteBuilder: knitr
RoxygenNote: 7.2.3