Skip to contents

Reads a manifest.csv and returns a character vector of GitHub refs formatted for use with pkgManifest().

Usage

pkgListFromManifest(path = "manifest.csv")

Arguments

path

Character. Path to the manifest.csv file.

Value

Character vector of GitHub refs in "org/repo" format.

Examples

if (FALSE) { # \dontrun{
pkgs <- pkgListFromManifest("manifest.csv")
pkgManifest(packageList = pkgs, branch = "dev")
} # }