get.remote.sha {TAF} | R Documentation |
Get Remote SHA
Description
Look up SHA reference code on GitHub.
Usage
get.remote.sha(owner, repo, ref, seven = TRUE)
Arguments
owner |
repository owner. |
repo |
repository name. |
ref |
reference. |
seven |
whether to truncate SHA reference code to seven characters. |
Value
SHA reference code as a string.
See Also
taf.boot
uses get.remote.sha
to determine whether it is
necessary to remove or download files, via clean.library
,
clean.software
, and download.github
.
TAF-package
gives an overview of the package.
Examples
## Not run:
get.remote.sha("ices-tools-prod", "icesAdvice", "master")
get.remote.sha("ices-tools-prod", "icesAdvice", "1.3-0")
get.remote.sha("ices-tools-prod", "icesAdvice", "1.3-0", seven=FALSE)
## End(Not run)
[Package TAF version 4.2.0 Index]