## ----------------------------------------------------------------------------- #| include: false library(shinyelectron) ## ----------------------------------------------------------------------------- #| eval: false # enable_auto_updates( # "path/to/app", # provider = "github", # owner = "your-username", # repo = "your-app-repo" # ) ## ----------------------------------------------------------------------------- #| eval: false # check_auto_update_status("path/to/app") ## ----------------------------------------------------------------------------- #| eval: false # enable_auto_updates( # "path/to/app", # provider = "github", # owner = "myorg", # repo = "my-shiny-dashboard", # check_on_startup = TRUE, # auto_download = FALSE # Prompt user before downloading # ) ## ----------------------------------------------------------------------------- #| eval: false # export("path/to/app", destdir = "build") ## ----------------------------------------------------------------------------- #| eval: false # disable_auto_updates("path/to/app")