shiny
shiny copied to clipboard
Show renderDataTable deprecation message by default
Related to https://github.com/rstudio/shiny/issues/3627.
-
shiny::renderDataTable
has been deprecated since shiny 0.11.1, but the deprecation warning was only shown in dev mode. - This PR turns on that deprecation message by default.
- Increasing visibility of this change is the first step toward eventually hard-deprecating
shiny::renderDataTable
andshiny::dataTableOutput
in favour of the DT equivalents, allowing shiny to remove its dependency on DataTables.
The description of "Superseded" might make this difficult (see https://github.com/rstudio/shiny/issues/3627#issuecomment-1370178724 ).
Hmmm, I used the GitHub button to rebase the branch against main and now CI is failing.
Edit: Fixed, the problem was with the GHA workflow, nothing to do with this PR.
@jcheng5 Any update on this, and/or https://github.com/rstudio/shiny/issues/3627 in general?
Is this PR still ongoing?