github_remote_description: Fetching Github Package Description

Description Usage Arguments Value

Description

Fetches DESCRIPTION file form a remote Github repository.

Usage

1
2
github_remote_description(..., remote = NULL,
  url = "https://raw.githubusercontent.com", warn = TRUE)

Arguments

...

arguments passed to devtools:::github_remote to build a remote S3 object if argument remote=NULL.

remote

remote S3 object as returned by devtools:::github_remote.

url

base url

warn

logical that indicates if a warning should be thrown if the file cannot be found.

Value

an S3 object as returned by devtools::as.package.


renozao/repotools documentation built on May 27, 2019, 5:53 a.m.