Learn R Programming

beastier (version 2.5.2)

get_default_beast2_download_url: 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
)

Value

the URL where BEAST2 can be downloaded from

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)

Author

Richèl J.C. Bilderbeek

Examples

Run this code
get_default_beast2_download_url()

Run the code above in your browser using DataLab