When I try to run any Shiny app in showcase - for example
shiny::runExample("01_hello")
I get an error
Warning: Error in file.path: cannot coerce type 'closure' to vector of type 'character'
[No stack trace available]
My setup:
- Shiny 1.4.0.2
- RStudio 1.3.959
- macOS 10.14.6
Any ideas how to debug?