Learn R Programming

pirouette (version 1.6.9)

check_is_ns_beast2_pkg_installed: Checks if the NS BEAST2 package is installed.

Description

Will stop if not.

Usage

check_is_ns_beast2_pkg_installed()

Arguments

Value

nothing

Author

Richèl J.C. Bilderbeek

Examples

Run this code
library(babette)

# We need BEAST2 installed
if (is_beast2_installed()) {

 # Check cleanup by other functions
 beastier::check_empty_beaustier_folders()

  if (is_beast2_ns_pkg_installed()) {
    # No error If NS is installed
    if (beautier::is_on_ci()) {
      check_is_ns_beast2_pkg_installed()
    }
  }
}

Run the code above in your browser using DataLab