Construct a PkgManifest, which can be installed from using install_packages
PkgManifest(
manifest = ManifestRow(...),
dep_repos = defaultRepos(),
...,
dl_method
)
a PkgManifest
object.
The manifest (data.frame) of packages and their locations
A list of traditional pkg repositories which can contain dependencies
for the packages listed in manifest
.
Arguments passed to ManifestRow
if manifest
is not specified
Download method. Ignored unless manifest
is a
character scalar containing a URL to a serialized manifest
If a package is found in both the manifest dataf.frame and the dependency repositories, the version in the manifest will always take precidence within the switchr framework.