is_beast2_installed {beastier} | R Documentation |
Checks if BEAST2 is installed
Description
Checks if BEAST2 is installed
Usage
is_beast2_installed(
folder_name = get_default_beast2_folder(),
os = rappdirs::app_dir()$os
)
Arguments
folder_name |
name of the folder where the BEAST2 files are put.
The name of the BEAST2 binary file will be at
|
os |
name of the operating system,
must be |
Value
TRUE if BEAST2 is installed
Author(s)
Richèl J.C. Bilderbeek
Examples
check_empty_beaustier_folders()
is_beast2_installed()
check_empty_beaustier_folders()
[Package beastier version 2.5.1 Index]