deploy_apps: Deploy apps to a server

View source: R/deploy-apps.R

deploy_appsR Documentation

Deploy apps to a server

Description

Run this in the terminal (not RStudio IDE) as it has issues when installing some packages.

Usage

deploy_apps(
  apps = apps_deploy,
  account = "testing-apps",
  server = "shinyapps.io",
  ...,
  install = TRUE,
  extra_packages = NULL,
  cores = 1,
  retry = 2,
  retrying_ = FALSE
)

Arguments

apps

A character vector of fully defined shiny application folders

account, server

args supplied to ⁠[rsconnect::deployApp]⁠

...

ignored

install

If TRUE, will install all of shinyverse into the default libpath

extra_packages

A character vector of extra packages to install

cores

number of cores to use when deploying

retry

If TRUE, try failure apps again. (Only happens once.)

retrying_

For internal use only

Details

Installation will use default libpaths.


rstudio/shinycoreci documentation built on April 15, 2024, 1:08 p.m.