Skip to contents

The release tarball from Github is unpacked into the getOption("hlabud_dir") folder.

Usage

install_hla(release = "latest", overwrite = FALSE, verbose = FALSE)

Arguments

release

Default is "latest". Should be a release name like "3.51.0".

overwrite

If TRUE, overwrite existing files in the release folder.

verbose

If TRUE, print messages along the way.

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) {
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()
}