Skip to content
This repository has been archived by the owner on Oct 10, 2023. It is now read-only.

Latest commit

 

History

History
18 lines (16 loc) · 664 Bytes

README.md

File metadata and controls

18 lines (16 loc) · 664 Bytes

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