The release tarball from Github is unpacked into the
getOption("hlabud_dir")
folder.
Details
Note that the latest releases are more than 100 MB in size, so the download might take a while on slow connections.
See also
hla_releases()
to get a complete list of all release names.
Examples
if (FALSE) { # \dontrun{
install_hla()
install_hla("3.51.0")
install_hla("3.51.0", verbose = TRUE)
# Change the install directory
options(hlabud_dir = "path/to/my/dir")
install_hla()
} # }