update_package: Function to update the package from github. Mainly for...

View source: R/update_package.R

update_packageR Documentation

Function to update the package from github. Mainly for simpler updating on the shiny server

Description

Function to update the package from github. Mainly for simpler updating on the shiny server

Usage

update_package(
  repo = "el-mrt/auto-statistics",
  token_file,
  token,
  branch = "main",
  ...
)

Arguments

repo

user/repo name

token_file

file with token

token

auth_token for devtools::install_github

branch

name of branch to update from

...

used for devtools::install_github

Examples

update_package()
update_package(repo = "User/Repo_Name", token = "your_token", branch = "shiny")


el-mrt/auto-statistics documentation built on March 19, 2022, 1:57 p.m.