dev/02_dev.R

# Building a Prod-Ready, Robust Shiny Application.
# 
# README: each step of the dev files is optional, and you don't have to 
# fill every dev scripts before getting started. 
# 01_start.R should be filled at start. 
# 02_dev.R should be used to keep track of your development during the project.
# 03_deploy.R should be used once you need to deploy your app.
# 
# 
###################################
#### CURRENT FILE: DEV SCRIPT #####
###################################

# Engineering

## Dependencies ----
## Add one line by package you want to add as dependency
usethis::use_package( "dr4pl" )
usethis::use_package( "ggplot2" )
usethis::use_package( "magrittr" )
usethis::use_package( "shinydashboard" )
usethis::use_package( "shinyFeedback" )

# You're now set! ----
# go to dev/03_deploy.R
rstudioapi::navigateToFile("dev/03_deploy.R")
ed-wilkes/RIA4PL documentation built on Feb. 11, 2023, 2:13 a.m.