modifications to ui and using DT for tables

This commit is contained in:
Andreas Gammelgaard Damsbo 2024-11-28 21:02:23 +01:00
commit 15fe4ca188
No known key found for this signature in database
16 changed files with 567 additions and 128 deletions

View file

@ -118,7 +118,11 @@ dummy_Imports <- function() {
MASS::as.fractions(),
broom::augment(),
broom.helpers::all_categorical(),
here::here()
here::here(),
cardx::all_of(),
parameters::ci(),
DT::addRow(),
bslib::accordion()
)
#https://github.com/hadley/r-pkgs/issues/828
}