This function is deprecated as it violated CRAN policy.
install_beast2(
folder_name = rappdirs::user_data_dir(),
beast2_version = beastier::get_default_beast2_version(),
verbose = FALSE,
os = rappdirs::app_dir()$os
)
Nothing. Gives a deprecation message using stop.
name of the folder where the BEAST2 files will
be put.
The name of the BEAST2 binary file will be at
[folder_name]/beast/bin/beast
The name of the BEAST2 jar file will be at
[folder_name]/beast/lib/launcher.jar
the version of BEAST2. By default, this is the version as returned by get_default_beast2_version
if TRUE, additional information is displayed, that is potentially useful in debugging
name of the operating system,
must be unix
(Linux, Mac) or win
(Windows)
Richèl J.C. Bilderbeek
To install BEAST2 from R, go to https://github.com/richelbilderbeek/beastierinstall.