beastier_report: Creates a beastier report

View source: R/beastier_report.R

beastier_reportR Documentation

Creates a beastier report

Description

Creates a beastier report, to be used when reporting bugs. Uses message

Usage

beastier_report(
  beast2_folder = get_default_beast2_folder(),
  os = rappdirs::app_dir()$os
)

Arguments

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.

os

name of the operating system, must be unix (Linux, Mac) or win (Windows)

Value

No return value, the information will be shown using message

Author(s)

Richèl J.C. Bilderbeek

Examples

check_empty_beaustier_folders()

beastier_report()

check_empty_beaustier_folders()

beastier documentation built on Nov. 7, 2023, 5:08 p.m.