-
Notifications
You must be signed in to change notification settings - Fork 291
Troubleshooting
jcheng5 edited this page Jan 25, 2013
·
3 revisions
- Double check the URL
- If you're using
user_dir
, did you remember to put the application in~/ShinyApps
, not~/
?
Make sure that Shiny is installed site-wide:
sudo su - -c "R -e \"install.packages('shiny', repos='http://cran.rstudio.com/')\""