You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Hi @rubenarslan,
Warning message appear when you run the
codebook:::label_browser()
. The R version is the4.4.2
andshiny
andDT
shown1.10.0
and0.33
, respectively.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.
The text was updated successfully, but these errors were encountered: