Learn R Programming

switchr (version 0.14.8)

gotoVersCommit: gotoVersCommit

Description

This is a low-level function not intended for direct use by the end user.

Usage

gotoVersCommit(dir, src, version, param = SwitchrParam())

# S4 method for character,SVNSource gotoVersCommit(dir, src, version, param = SwitchrParam())

# S4 method for character,CRANSource gotoVersCommit(dir, src, version, param = SwitchrParam())

# S4 method for character,BiocSource gotoVersCommit(dir, src, version, param = SwitchrParam())

# S4 method for character,GitSource gotoVersCommit(dir, src, version, param = SwitchrParam())

Value

dir, after the side-effect of checking out the commit associated with the specified version is complete.

Arguments

dir

Directory

src

A PkgSource (or subclass) object

version

The exact version to locate

param

A SwitchrParam