I have installed R and shiny-server on linux to use shiny.
However, the following error message is displayed.
An error has occurred
The application failed to start.
Connection attempt was absorted.
I wonder if RStudio Server installation is absolutely necessary to run shiny-server.
sudo su - -c "R -e \"install.packages(c('shiny', 'rmarkdown', 'devtools', 'RJDBC'), repos='http://cran.rstudio.com/')\""