/ShinyProdPrereq

Prerequisite of Shiny test deployment in training material

Primary LanguageRGNU Affero General Public License v3.0AGPL-3.0

Bring your Shiny App to Production Workshop Prerequisites

Package prerequisites for Mirai's workshop "Bring your Shiny App to Production" can be fulfilled using this repo as follows:

  • Create a new RStudio project from the repo (https://github.com/miraisolutions/ShinyProdPrereq)
    File > New Project... > Version Control > Git
    
  • Once in the new project, run at the R console
    install.packages(c("remotes", "renv"))
    remotes::install_deps()
    and then
    renv::activate()
    renv::restore(prompt = FALSE) # you can ignore warnings about a different R version