install_user_app: Install shiny app package and dependencies

View source: R/install_user_app.R

install_user_appR Documentation

Install shiny app package and dependencies

Description

Install shiny app package and dependencies

Usage

install_user_app(
  os,
  library_path,
  repo_location,
  repo,
  repos,
  package_install_opts,
  rtools_path_win
)

Arguments

os

os

library_path

path to the new Electron app's R's library folder

repo_location

remotes package function, one of c("github", "gitlab", "bitbucket", "local")

repo

e.g. if repo_location is github: "ocelhay/shinyboxtestapp" ; if repo_location is local: "C:/Users/olivier/shinyboxtestapp"

repos

cran like repository package dependencies will be retrieved from

package_install_opts

further arguments to remotes::install_github, install_gitlab, install_bitbucket, or install_local

rtools_path_win

path to RTools (Windows)

Value

App name


ocelhay/shinybox documentation built on May 24, 2022, 10:42 p.m.