Coorsaa/shinyMlr

Error when running the app using the runApp('App.R')

asgerlillielarsen opened this issue · 0 comments

I have a problem running my Shiny App using the runApp() button in R. The problem is similar to the one described in: #126.
I can run the app if I just use ctrl+A and then ctrl+enter which uses the shinyApp(ui, server) function instead.
The problem with running the app this way is that I can't publish the application.

My error message is very similar to the one described in the post mentioned above: Error in ..stacktraceon..({ : object '.' not found. This problem only occurs when running a specific app.
The post ends by Coorsaa saying that the problem should be fixed now. Anyone know how to fix this?

Do you need me to paste the code for the app in here or does the problem have something to do with R or Shiny?