do_minimal_run {beastier} | R Documentation |
Do a minimal BEAST2 run
Description
To achieve this, run_beast2_from_options is called.
Usage
do_minimal_run()
Value
The text sent to STDOUT
and STDERR
.
It will create the files with name output_state_filename
Author(s)
Richèl J.C. Bilderbeek
Examples
if (is_beast2_installed() && beautier::is_on_ci()) {
do_minimal_run()
}
[Package beastier version 2.5.1 Index]