Skip to content

Troubleshooting

jcheng5 edited this page Jan 25, 2013 · 3 revisions

Troubleshooting

"Page not found: Sorry, but the page you requested doesn't exist."

  • Double check the URL
  • If you're using user_dir, did you remember to put the application in ~/ShinyApps, not ~/?

"Error in library(shiny) : there is no package called 'shiny'"

Make sure that Shiny is installed site-wide:

sudo su - -c "R -e \"install.packages('shiny', repos='http://cran.rstudio.com/')\""