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.