app.R

# Launch the ShinyApp (Do not remove this comment)
# To deploy, run: rsconnect::deployApp()
# Or use the blue button on top of this file

options(
  repos = list(CRAN = "https://cran.rstudio.com",
               myrepo = "https://github.com/luceydav"),
  "golem.app.prod" = TRUE
)

pkgload::load_all(
  export_all = FALSE,
  helpers = FALSE,
  attach_testthat = FALSE)

irsApp::run_app() # add parameters here (if any)
luceydav/irsApp documentation built on April 1, 2024, 1:38 p.m.