SessionManifest {switchr}R Documentation

SessionManifest

Description

A manifest which includes both a PkgManifest containing package source information, and a data.frame defining a filter with exact versions of some or all packages

Usage

SessionManifest(manifest, versions = character())

Arguments

manifest

A PkgManifest

versions

A data.frame with 2 columns: name and version, or a named character vector. In the case of a character vector, the names are taken to be package names

Value

A SessionManifest object


[Package switchr version 0.14.8 Index]