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
and then
install.packages(c("remotes", "renv")) remotes::install_deps()
renv::activate() renv::restore(prompt = FALSE) # you can ignore warnings about a different R version