Get the default BEAST2 download URL, which depends on the operating system
Source:R/get_default_beast2_download_url.R
get_default_beast2_download_url.Rd
Get the default BEAST2 download URL, which depends on the operating system
Usage
get_default_beast2_download_url(
beast2_version = get_default_beast2_version(),
os = rappdirs::app_dir()$os
)
Arguments
- beast2_version
the version of BEAST2. By default, this is the version as returned by get_default_beast2_version
- os
name of the operating system, must be
unix
(Linux, Mac) orwin
(Windows)