Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
5 tasks
MadhulikaTanuboddi opened this issue Jul 16, 2021 · 3 comments · Fixed by rstudio/shiny#3466
Closed
5 tasks

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

MadhulikaTanuboddi opened this issue Jul 16, 2021 · 3 comments · Fixed by rstudio/shiny#3466
Assignees

Comments

@MadhulikaTanuboddi
Copy link
Contributor

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'
  • 063-superzip-example
  • 095-plot-interaction-advanced
  • 012-datatables
  • 021-selectize-plot
  • 018-datatable-options

DT_tables_runs

Introduced by rstudio/shiny@3f48e3b

@wch
Copy link
Collaborator

wch commented Jul 16, 2021

This should be fixed by rstudio/shiny#3466.

@MadhulikaTanuboddi
Copy link
Contributor Author

MadhulikaTanuboddi commented Jul 19, 2021

Though the fix rstudio/shiny#3466 worked, this caused #165. So, Winston mentioned the changes will be reverted. Reopening the original issue for now.

@schloerke
Copy link
Contributor

Closed via rstudio/shiny#3468

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants