-
Notifications
You must be signed in to change notification settings - Fork 13
Open
Description
issue #17 was closed almost 2 years ago and yet the CRAN version still remains out of date. It would be ideal if the CRAN version could be updated or at least this issue left open so it is easy for CRAN users to discover what is going on. Thanks.
> nhanes_data_files()
Downloading NHANES data file list to C:\Users\rbaer\AppData\Local\Temp\RtmpGOA0qa\filefcd86d175ef
trying URL 'https://wwwn.cdc.gov/Nchs/Nhanes/Search/DataPage.aspx?Component=demographics'
Content type 'text/html; charset=utf-8' length 387513 bytes (378 KB)
downloaded 378 KB
Error in dat[[2]] : subscript out of bounds
> nhanes_data_files(components = "laboratory")
The response to this closed issue was:
Could it it be possible that you are running the version of RNHANES that is on cran? The cran version is not up to date. Can you please uninstall RNHANES, then re-install from github and try again:
library(devtools)
#install_github("silentspringinstitute/RNHANES")
(Asking because files <- nhanes_data_files() is not pulling an error on my machine. )
Metadata
Metadata
Assignees
Labels
No labels