I am running shiny example in https://github.com/rstudio/shinyapps/blob/master/guide/guide.md .
It works fine on my computer, but when i try to deploy on shiny server using RStudio, R console says:
Application successfully deployed to http://epidemiologia-asppalermo.shinyapps.io/shinyprova"
On my browser I get:
"ERROR: object 'dataset' not found".
In my working directory there are the following objects: diamonds (dataframe) dataset (dataframe, same as diamonds) server.R ui.R .
I use R 3.1.0, RStudio 0.98.932 and windows 7, 32 bit, all my R packages are updated.
Anyone can tell me where I am wrong?