check_beast2_installed: Checks if BEAST2 is installed

View source: R/check_beast2_installed.R

check_beast2_installedR Documentation

Checks if BEAST2 is installed

Description

Will stop if not.

Usage

check_beast2_installed()

Value

nothing

Author(s)

Richèl J.C. Bilderbeek

Examples

# Check cleanup by other functions
beastier::check_empty_beaustier_folders()

# Need to check if it is installed, else it will give the desired error
if (beastier::is_beast2_installed()) {
  check_beast2_installed()
}


richelbilderbeek/pirouette documentation built on Oct. 18, 2023, 3:09 p.m.