You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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 thenctrl+enter
which uses theshinyApp(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?
The text was updated successfully, but these errors were encountered: