Skip to contents

Verifies that SCT is installed and on PATH. Returns version and path information.

Usage

check_sct(verbose = TRUE)

Arguments

verbose

Logical. Print status message. Default TRUE.

Value

Named list with components:

  • available: Logical.

  • version: Character. Version string or NA.

  • path: Character. Path to sct_version executable or NA.

Examples

if (FALSE) { # \dontrun{
check_sct()
} # }