Learn R Programming

beastier (version 2.5)

do_minimal_run: Do a minimal BEAST2 run

Description

To achieve this, run_beast2_from_options is called.

Usage

do_minimal_run()

Arguments

Value

The text sent to STDOUT and STDERR. It will create the files with name output_state_filename

Author

Richèl J.C. Bilderbeek

Examples

Run this code
if (is_beast2_installed() && beautier::is_on_ci()) {
  do_minimal_run()
}

Run the code above in your browser using DataLab