Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CRAN version is out of date and needs fixing #18

Open
rwbaer opened this issue Nov 24, 2024 · 0 comments
Open

CRAN version is out of date and needs fixing #18

rwbaer opened this issue Nov 24, 2024 · 0 comments

Comments

@rwbaer
Copy link

rwbaer commented Nov 24, 2024

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. )

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant