RepoSubset {switchr}R Documentation

RepoSubset

Description

An object that represents a subset of packages available in a repo. When switched to, switchr will default to only installing the specified packages, rather than all packages in the repository.

Usage

RepoSubset(repos, pkgs, default_name)

Arguments

repos

The traditional repositories to select the packages from

pkgs

The packages included in the subset

default_name

The default name to use when the RepoSubset is used to seed a switchr context

Value

a RepoSubset object.


[Package switchr version 0.14.8 Index]