uninstall_beast2: Uninstall BEAST2

View source: R/uninstall_beast2.R

uninstall_beast2R Documentation

Uninstall BEAST2

Description

Uninstall BEAST2

Usage

uninstall_beast2(
  folder_name = rappdirs::user_data_dir(),
  os = rappdirs::app_dir()$os,
  verbose = FALSE
)

Arguments

folder_name

name of the folder where the BEAST2 files are installed. 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

os

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

verbose

if TRUE, additional information is displayed, that is potentially useful in debugging

Author(s)

Richèl J.C. Bilderbeek

Examples

## Not run: 
  uninstall_beast2()

## End(Not run)

richelbilderbeek/beastierinstall documentation built on June 11, 2024, 10:49 p.m.