# Building a Prod-Ready, Robust Shiny Application.
#
# Each step is optional.
#
# 4. Test my package
devtools::test()
rhub::check_for_cran()
# 5. Deployment elements
## 5.1 If you want to deploy on RStudio related platforms
golem::add_rconnect_file()
## 5.2 If you want to deploy via a Dockerfile
golem::add_dockerfile()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.