r - Unable to deploy shiny app on shiny server -



r - Unable to deploy shiny app on shiny server -

i running shiny illustration in https://github.com/rstudio/shinyapps/blob/master/guide/guide.md .

it works fine on computer, when seek deploy on shiny server using rstudio, r console says:

application deployed http://epidemiologia-asppalermo.shinyapps.io/shinyprova"

on browser get:

"error: object 'dataset' not found".

in working directory there next objects: diamonds (dataframe) dataset (dataframe, same diamonds) server.r ui.r .

i utilize r 3.1.0, rstudio 0.98.932 , windows 7, 32 bit, r packages updated.

anyone can tell me wrong?

i cant see original deployment perhaps you've declared diamonds server.r ui.r beingness asked work diamonds, instead of beingness fed server.r?

r shiny shiny-server

Comments

Popular posts from this blog

php - Android app custom user registration and login with cookie using facebook sdk -

django - Access session in user model .save() -

php - .htaccess Multiple Rewrite Rules / Prioritizing -