rstudio / shinycoreci-apps

SUPERSEDED - Apps for Shiny continuous integration testing
Other
36 stars 4 forks source link

GHA: Apps using "DT::renderTable" failing #164

Closed MadhulikaTanuboddi closed 2 years ago

MadhulikaTanuboddi commented 2 years ago

Following apps using the DT::renderTable function are failing and throwing the following error

> runApp('apps/018-datatable-options')
Listening on http://127.0.0.1:3574
Warning: Error in missing: invalid use of 'missing'
  52: eval
  51: eval
  50: getQuosure3
  49: shiny::exprToFunction
  48: DT::renderDataTable
  47: server [/Users/madhulika/Documents/shinycoreciapps_NEW/shinycoreci-apps/apps/018-datatable-options/server.R#4]
Error in missing(TRUE) : invalid use of 'missing'
DT_tables_runs

Introduced by https://github.com/rstudio/shiny/commit/3f48e3b0af91a211b7a819df34e909b5f829f77f

wch commented 2 years ago

This should be fixed by https://github.com/rstudio/shiny/pull/3466.

MadhulikaTanuboddi commented 2 years ago

Though the fix https://github.com/rstudio/shiny/pull/3466 worked, this caused https://github.com/rstudio/shinycoreci-apps/issues/165. So, Winston mentioned the changes will be reverted. Reopening the original issue for now.

schloerke commented 2 years ago

Closed via https://github.com/rstudio/shiny/pull/3468