Get tags from github.com/ANHIG/IMGTHLA, save them to a file called tags.json
in getOption("hlabud_dir")
, and return the release names from that file.
Examples
# \donttest{
hla_releases()
#> [1] "3.56.0" "3.55.0" "3.54.0" "3.53.0" "3.52.0" "3.51.0"
#> [7] "3.50.0" "3.49.0" "3.48.0" "3.47.0" "3.46.0" "3.45.1"
#> [13] "3.45.01" "3.45.0.1" "3.45.0" "3.44.1" "3.44.0" "3.43.0"
#> [19] "3.42.0" "3.41.2" "3.41.0" "3.40.0" "3.39.0" "3.38.0"
#> [25] "3.37.0" "3.36.0" "3.35.0" "3.34.0" "3.33.0" "3.32.0"
# }