79111360

Date: 2024-10-21 18:49:16
Score: 0.5
Natty:
Report link

You need to use relative paths i.e. not C:/ because that path won't exist once it is deployed. shinyapps.io runs on Ubuntu and the C:/ doesn't even exist. shinyAppDir("shiny/in_qks") should fix it, assuming that you are deploying the contents of WorkD and that shiny/in_qks contains the app.R / server.R.

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Single line (0.5):
Posted by: smartse