View source: R/create_beast2_validate_cmd.R
| create_beast2_validate_cmd | R Documentation | 
Creates the terminal command to validate a BEAST2 input file
create_beast2_validate_cmd(
  input_filename,
  beast2_path = get_default_beast2_path()
)
| input_filename | the name of a BEAST2 input XML file.
This file usually has an  | 
| beast2_path | name of either a BEAST2 binary file
(usually simply  | 
a character vector, of which the first element
is the command (java, in this case),
and the others are arguments (-jar, in this case, followed
by more arguments.
Richèl J.C. Bilderbeek
check_empty_beaustier_folders()
if (is_beast2_installed() && beautier::is_on_ci()) {
  create_beast2_validate_cmd(
    input_filename = "input.xml"
  )
}
check_empty_beaustier_folders()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.