-
Notifications
You must be signed in to change notification settings - Fork 18
Open
Description
Hi @rubenarslan,
Warning message appear when you run the codebook:::label_browser(). The R version is the 4.4.2 and shiny and DT shown 1.10.0 and 0.33, respectively.
shiny::dataTableOutput()` is deprecated as of shiny 1.8.1.
Please use `DT::DTOutput()` instead.
Since you have a suitable version of DT (>= v0.32.1), shiny::dataTableOutput() will automatically use DT::DTOutput() under-the-hood.
If this happens to break your app, set `options(shiny.legacy.datatable = TRUE)` to get the legacy datatable implementation (or `FALSE` to squelch this message).
See <https://rstudio.github.io/DT/shiny.html> for more information.
Listening on http://127.0.0.1:6866
`shiny::renderDataTable()` is deprecated as of shiny 1.8.1.
Please use `DT::renderDT()` instead.
Since you have a suitable version of DT (>= v0.32.1), shiny::renderDataTable() will automatically use DT::renderDT() under-the-hood.
If this happens to break your app, set `options(shiny.legacy.datatable = TRUE)` to get the legacy datatable implementation (or `FALSE` to squelch this message).
See <https://rstudio.github.io/DT/shiny.html> for more information.
Error: User cancel
The function seems to work fine, but it could be possible to update the code of the label_browser in order to avoid the warning message.
Thanks in advance.
Metadata
Metadata
Assignees
Labels
No labels