gotoVersCommit: gotoVersCommit

gotoVersCommitR Documentation

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 signature 'character,SVNSource'
gotoVersCommit(dir, src, version, param = SwitchrParam())

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

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

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

Arguments

dir

Directory

src

A PkgSource (or subclass) object

version

The exact version to locate

param

A SwitchrParam

Value

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


switchr documentation built on March 31, 2023, 5:13 p.m.