mcbette_report {mcbette} | R Documentation |
Create a mcbette report, to be used when reporting bugs
mcbette_report(beast2_folder = beastier::get_default_beast2_folder())
beast2_folder |
the folder where the BEAST2 is installed. Note that this is not the folder where the BEAST2 executable is installed: the BEAST2 executable is in a subfolder. Use get_default_beast2_folder to get the default BEAST2 folder. Use get_default_beast2_bin_path to get the full path to the default BEAST2 executable. Use get_default_beast2_jar_path to get the full path to the default BEAST2 jar file. |
nothing. It is intended that the output (not the return value) is copy-pasted from screen.
Richèl J.C. Bilderbeek
if(beautier::is_on_ci()) {
mcbette_report()
}