An R package used for deploying applications to the ShinyApps hosted service, or to RStudio Connect.
You can install the released version of rsconnect from CRAN with:
install.packages("rsconnect")
And the development version from GitHub with:
# install.packages("devtools") devtools::install_github("rstudio/rsconnect")
To get started using ShinyApps check out the Getting Started Guide.
For more information using RStudio Connect, see the RStudio Connect User Guide.