feat: Include the NHANES dataset for exploration and experimentation

This commit is contained in:
Andreas Gammelgaard Damsbo 2025-08-21 11:39:26 +02:00
parent 67cfc31304
commit f4c6ff3635
No known key found for this signature in database
2 changed files with 5 additions and 2 deletions

View file

@ -64,7 +64,9 @@ Imports:
RcppArmadillo,
ggcorrplot,
shinyjs,
emmeans
emmeans,
readxl,
NHANES
Suggests:
styler,
devtools,

View file

@ -153,7 +153,8 @@ dummy_Imports <- function() {
cardx::all_of(),
parameters::ci(),
DT::addRow(),
bslib::accordion()
bslib::accordion(),
NHANES::NHANES()
)
# https://github.com/hadley/r-pkgs/issues/828
}