shiny icon indicating copy to clipboard operation
shiny copied to clipboard

Show renderDataTable deprecation message by default

Open hedsnz opened this issue 2 years ago • 5 comments

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 and shiny::dataTableOutput in favour of the DT equivalents, allowing shiny to remove its dependency on DataTables.

hedsnz avatar Oct 28 '22 01:10 hedsnz

The description of "Superseded" might make this difficult (see https://github.com/rstudio/shiny/issues/3627#issuecomment-1370178724 ).

jonthegeek avatar Jan 03 '23 20:01 jonthegeek

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 avatar Jan 06 '23 01:01 jcheng5

@jcheng5 Any update on this, and/or https://github.com/rstudio/shiny/issues/3627 in general?

hedsnz avatar Jul 05 '23 03:07 hedsnz

Is this PR still ongoing?

raulbla avatar Sep 07 '23 09:09 raulbla

CLA assistant check
All committers have signed the CLA.

CLAassistant avatar Nov 08 '23 16:11 CLAassistant