Tuesday, July 25, 2017

Setting up R Server Connect

R Server Connect is a great piece of software!
It allows data scientists to publish their static or interactive dashboards which might be RMarkdown or Shiny applications

But one is bound to run into installation problems like I did.

Please ensure that the following dependencies are met.

Rstudio IDE:
install.packages('rsconnect')


install.packages("devtools", dependencies=TRUE)

Linux Shell:
sudo apt-get install r-cran-rserve
sudo apt-get install openssl
sudo apt-get install libssl-dev
sudo apt-get install libcurl4-gnutls-dev
sudo apt-get install libxml2-dev


No comments: