Create one or more rows of a manifest data.frame
ManifestRow(
name,
url = NA_character_,
type = NA_character_,
branch = NA_character_,
subdir = ".",
extra = NA_character_
)
A valid Package manifest data.frame
name of the package.
location of the package sources
type of location (svn, git, local, etc)
name of the branch to use to build the package
subdirectory to use to build the package
currently ignored. extra commands for building or installing the package
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