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

Prerequisite of Shiny test deployment in training material

License

Notifications You must be signed in to change notification settings

miraisolutions/ShinyProdPrereq

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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
    

About

Prerequisite of Shiny test deployment in training material

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages