diff --git a/DESCRIPTION b/DESCRIPTION index 7276ef6..c43b72a 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -64,7 +64,9 @@ Imports: RcppArmadillo, ggcorrplot, shinyjs, - emmeans + emmeans, + readxl, + NHANES Suggests: styler, devtools, diff --git a/R/helpers.R b/R/helpers.R index cb2a1aa..fe61499 100644 --- a/R/helpers.R +++ b/R/helpers.R @@ -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 }