desc (version 1.4.3)

desc_get_remotes: List the locations in the Remotes field in DESCRIPTION

Description

List the locations in the Remotes field in DESCRIPTION

Usage

desc_get_remotes(file = ".")

Value

A character vectors or remote locations. A length zero vector is returned if there is no Remotes field in the package.

Arguments

file

DESCRIPTION file to use. By default the DESCRIPTION file of the current package (i.e. the package the working directory is part of) is used.