powered by
Download a repository from GitHub in tar.gz format.
tar.gz
download.github(repo, dir = ".", quiet = FALSE)
Name of downloaded tar.gz file.
GitHub reference of the form owner/repo[/subdir]@ref.
owner/repo[/subdir]@ref
directory to download to.
whether to suppress messages.
taf.boot uses download.github to fetch software and data repositories.
taf.boot
download.github
download downloads a file.
download
untar extracts a tar.gz archive.
untar
taf.install installs a package in tar.gz format.
taf.install
TAF-package gives an overview of the package.
TAF-package
if (FALSE) { # Specify release tag download.github("ices-tools-prod/icesAdvice@1.3-0") # Specify SHA reference code download.github("ices-tools-prod/icesAdvice@4271797") }
Run the code above in your browser using DataLab