powered by
Download a repository from GitHub in tar.gz format.
tar.gz
download.github(repo, dir = ".", quiet = FALSE)
GitHub reference of the form owner/repo[/subdir]@ref.
owner/repo[/subdir]@ref
directory to download to.
whether to suppress messages.
Name of downloaded tar.gz file.
taf.bootstrap uses download.github to fetch software and data repositories.
taf.bootstrap
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
icesTAF-package gives an overview of the package.
icesTAF-package
# NOT RUN { # Specify release tag download.github("ices-tools-prod/icesTAF@2.0-0") # Specify SHA reference code download.github("ices-tools-prod/icesTAF@d5a8947") # } # NOT RUN { # }
Run the code above in your browser using DataLab