mirror of
https://github.com/agdamsbo/FreesearchR.git
synced 2026-06-19 12:37:30 +02:00
modifications to ui and using DT for tables
This commit is contained in:
parent
c06d887c24
commit
15fe4ca188
16 changed files with 567 additions and 128 deletions
|
|
@ -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
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue