ManifestRow {switchr} | R Documentation |
ManifestRow
Description
Create one or more rows of a manifest data.frame
Usage
ManifestRow(
name,
url = NA_character_,
type = NA_character_,
branch = NA_character_,
subdir = ".",
extra = NA_character_
)
Arguments
name |
name of the package. |
url |
location of the package sources |
type |
type of location (svn, git, local, etc) |
branch |
name of the branch to use to build the package |
subdir |
subdirectory to use to build the package |
extra |
currently ignored. extra commands for building or installing the package |
Details
If name is missing, an empty (0 row) manifest data.frame
is returned. All other fields default to values indicating no information-
NA_character
in most cases, and "."
for subdir
Value
A valid Package manifest data.frame
[Package switchr version 0.14.8 Index]