Package: nhanesA Version: 1.4.2 Date: 2026-02-11 Title: NHANES Data Retrieval Authors@R: c(person(given = "Christopher", family = "Endres", role = "aut", email = "cjendres1@gmail.com", comment = "original author"), person(given="Laha", family="Ale", role = "aut", email="ainilaha@gmail.com", comment = c(ORCID = "0000-0002-4070-5289")), person(given="Robert", family="Gentleman", role = "aut", email= "robert_gentleman@g.harvard.edu", comment = c(ORCID = "0000-0003-4505-9893")), person(given="Deepayan", family="Sarkar", role = c("aut", "cre"), email="deepayan.sarkar@r-project.org", comment = c(ORCID = "0000-0003-4107-1553"))) BugReports: https://github.com/cjendres1/nhanes/issues Depends: R (>= 4.1.0), methods Imports: stringr, foreign, rvest, xml2, dplyr, plyr Description: Utility to retrieve data from the National Health and Nutrition Examination Survey (NHANES) website . License: GPL (>= 2) Encoding: UTF-8 URL: https://cran.r-project.org/package=nhanesA Suggests: knitr, DBI, odbc, RMariaDB, RPostgres, rmarkdown, survey, ggplot2 VignetteBuilder: knitr RoxygenNote: 7.3.3 Config/pak/sysreqs: libicu-dev libxml2-dev libssl-dev Repository: https://cjendres1.r-universe.dev Date/Publication: 2026-04-17 23:50:32 UTC RemoteUrl: https://github.com/cjendres1/nhanes RemoteRef: HEAD RemoteSha: f937f1cdd769e5a21a3014e474b79cd6c32f46af NeedsCompilation: no Packaged: 2026-07-17 08:54:58 UTC; root Author: Christopher Endres [aut] (original author), Laha Ale [aut] (ORCID: ), Robert Gentleman [aut] (ORCID: ), Deepayan Sarkar [aut, cre] (ORCID: ) Maintainer: Deepayan Sarkar