Skip to contents

Do a self test to verify babette that works correctly.

Usage

bbt_self_test(beast2_options = beastier::create_beast2_options())

Arguments

beast2_options

'BEAST2' options, as can be created by create_beast2_options

Author

Richèl J.C. Bilderbeek

Examples

if (beautier::is_on_ci() && is_beast2_installed()) {
  beastier::remove_beaustier_folders()
  beastier::check_empty_beaustier_folders()

  bbt_self_test()

  beastier::remove_beaustier_folders()
  beastier::check_empty_beaustier_folders()
}