bbt_self_test {babette} | R Documentation |
Do a self test to verify babette that works correctly.
Description
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 |
Value
Nothing. Will raise an exception if something is wrong.
Author(s)
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()
}
[Package babette version 2.3.4 Index]