remote_binaries: Get Binaries from Remotes

Description Usage Arguments Value Examples

View source: R/remote_binaries.R

Description

Gets Remotes, gets Binaries form GH

Usage

1
2
3
4
5
6
7
remote_binaries(
  remotes = NULL,
  path = "DESCRIPTION",
  package = NULL,
  verbose = TRUE,
  ...
)

Arguments

remotes

Remotes to get the binaries for

path

Path to DESCRIPTION field

package

packages to subset if necessary

verbose

print diagnostic messages

...

additional arguments passed to latest_release_with_binary

Value

List of remote binaries

Examples

1
2
3
4
5
remote_binaries(remotes = "muschellij2/neurobase")
path = example_description_file()
if (file.exists(path)) {
   remote_binaries(path = path)
}

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