check_empty_beaustier_folders()
if (is_beast2_installed()) {
# TRUE
is_bin_path("beast")
is_bin_path("BEAST.exe")
is_bin_path(get_default_beast2_bin_path())
# FALSE
is_bin_path("launcher.jar")
is_bin_path(get_default_beast2_jar_path())
}
check_empty_beaustier_folders()
Run the code above in your browser using DataLab