remote_order: Order of the Remotes for Installation

Description Usage Arguments Value Examples

View source: R/remote_order.R

Description

Order of the Remotes for Installation

Usage

1
2
3
remote_order(path = "DESCRIPTION", ..., max_iter = 200)

reorder_remotes(path = "DESCRIPTION", verbose = TRUE, ...)

Arguments

path

Path to DESCRIPTION file

...

arguments passed to remote_package_deps

max_iter

Number of iterations - shouldn't have to change, stops from infinite loop

verbose

Print diagnostic message

Value

Order of remotes

Examples

1
2
3
path = example_description_file()
x = remote_order(path = path)
x

muschellij2/ghtravis documentation built on April 1, 2021, 5:22 p.m.