View source: R/check_beast2_pkgs.R
check_beast2_pkgs | R Documentation |
bbt_run
has the 'BEAST2' packages needed to process
its arguments. Will stop if not.For example, to use a Nested Sampling MCMC, the 'BEAST2' 'NS' package needs to be installed.
check_beast2_pkgs(mcmc, beast2_path = get_default_beast2_bin_path())
mcmc |
the MCMC options, see create_mcmc |
beast2_path |
name of either a 'BEAST2' binary file
(usually simply |
Nothing.
if (beautier::is_on_ci() && is_beast2_installed()) {
beastier::remove_beaustier_folders()
beastier::check_empty_beaustier_folders()
# Minimal BEAST2 setup
check_beast2_pkgs(mcmc = create_mcmc())
# BEAST2 with NS package installed
if (is_beast2_ns_pkg_installed()) {
check_beast2_pkgs(mcmc = create_ns_mcmc())
}
beastier::remove_beaustier_folders()
beastier::check_empty_beaustier_folders()
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.