gotoVersCommit {switchr} | R 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.
[Package switchr version 0.14.8 Index]