Learn R Programming

pirouette (version 1.6.9)

check_beast2_installed: Checks if BEAST2 is installed

Description

Will stop if not.

Usage

check_beast2_installed()

Arguments

Value

nothing

Author

Richèl J.C. Bilderbeek

Examples

Run this code
# 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()
}

Run the code above in your browser using DataLab