install_beast2: Install BEAST2 Installs BEAST2 of the default version (see...

View source: R/install_beast2.R

install_beast2R Documentation

Install BEAST2 Installs BEAST2 of the default version (see get_default_beast2_version), but another version can also be specified

Description

Install BEAST2 Installs BEAST2 of the default version (see get_default_beast2_version), but another version can also be specified

Usage

install_beast2(
  folder_name = rappdirs::user_data_dir(),
  beast2_version = beastier::get_default_beast2_version(),
  verbose = FALSE,
  os = rappdirs::app_dir()$os
)

Arguments

folder_name

name of the folder where the BEAST2 files will be put. The name of the BEAST2 binary file will be at [folder_name]/beast/bin/beast The name of the BEAST2 jar file will be at [folder_name]/beast/lib/launcher.jar

beast2_version

the version of BEAST2. By default, this is the version as returned by get_default_beast2_version

verbose

if TRUE, additional information is displayed, that is potentially useful in debugging

os

name of the operating system, must be unix (Linux, Mac) or win (Windows)

Value

Nothing. Will install BEAST2

Author(s)

Richèl J.C. Bilderbeek

Examples

## Not run: 
  install_beast2()

## End(Not run)

richelbilderbeek/beastierinstall documentation built on June 11, 2024, 10:49 p.m.