if (beautier::is_on_ci()) {
pir_params <- create_test_pir_params()
# The user should never need to initialize the pir_params
# but a develop calling this function needs to
pir_params <- init_pir_params(pir_params)
if (
rappdirs::app_dir()$os != "win" &&
beastier::is_beast2_installed()
) {
pir_run_true_tree(
true_phylogeny = ape::rcoal(4),
pir_params = pir_params
)
}
}
Run the code above in your browser using DataLab