GithubManifest: GithubManifest

View source: R/manifest.R

GithubManifestR Documentation

GithubManifest

Description

Create a package manifest containing only github packages

Usage

GithubManifest(..., pkgrepos)

Arguments

...

Combined to populate pkgrepos

pkgrepos

Github repositories in the form "<user>/<reponame>"

Details

Any names of the pkgrepos vector are assumed to be pkg names for the manifest. For unnamed elements, the pkg name is assumed to be the repository name.

Note

This is a convenience wrapper for makeManifest. It uses the username/repo[/subdir][@ref] shorthand for specifying package locations in github repositories introduced by Wickham's devtools. Unlike devtools, username is not optional, and only branch names are currently supported in the @ref

Examples

ghman = GithubManifest("gmbecker/switchr", "hadley/devtools")
ghman



gmbecker/switchr documentation built on Feb. 24, 2023, 12:59 p.m.