get_beast2_version {beastier} | R Documentation |
Get the BEAST2 version
Description
Get the BEAST2 version
Usage
get_beast2_version(beast2_path = get_default_beast2_path())
Arguments
beast2_path |
name of either a BEAST2 binary file
(usually simply |
Value
the BEAST2 version
Author(s)
Richèl J.C. Bilderbeek
Examples
check_empty_beaustier_folders()
if (is_beast2_installed() && beautier::is_on_ci()) {
get_beast2_version()
}
check_empty_beaustier_folders()
[Package beastier version 2.5.1 Index]