check_beast2_path {beastier} | R Documentation |
Checks the BEAST2 .jar
path.
Will stop if there is a problem with the BEAST2 .jar
path.
Description
Checks the BEAST2 .jar
path.
Will stop if there is a problem with the BEAST2 .jar
path.
Usage
check_beast2_path(beast2_path)
Arguments
beast2_path |
name of either a BEAST2 binary file
(usually simply |
Value
nothing.
Will call stop
if the BEAST2 .jar
path has a problem
Author(s)
Richèl J.C. Bilderbeek
Examples
check_empty_beaustier_folders()
if (is_beast2_installed()) {
beast2_path <- get_default_beast2_jar_path()
check_beast2_path(beast2_path)
}
check_empty_beaustier_folders()
[Package beastier version 2.5.1 Index]