get_default_beast2_download_url {beastier}R Documentation

Get the default BEAST2 download URL, which depends on the operating system

Description

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) or win (Windows)

Value

the URL where BEAST2 can be downloaded from

Author(s)

Richèl J.C. Bilderbeek

Examples

get_default_beast2_download_url()

[Package beastier version 2.5 Index]