View source: R/install_beast2.R
install_beast2 | R Documentation |
Install BEAST2 Installs BEAST2 of the default version (see get_default_beast2_version), but another version can also be specified
install_beast2(
folder_name = rappdirs::user_data_dir(),
beast2_version = beastier::get_default_beast2_version(),
verbose = FALSE,
os = rappdirs::app_dir()$os
)
folder_name |
name of the folder where the BEAST2 files will
be put.
The name of the BEAST2 binary file will be at
|
beast2_version |
the version of BEAST2. By default, this is the version as returned by get_default_beast2_version |
verbose |
if TRUE, additional information is displayed, that is potentially useful in debugging |
os |
name of the operating system,
must be |
Nothing. Will install BEAST2
Richèl J.C. Bilderbeek
## Not run:
install_beast2()
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.