Learn R Programming

causalDisco (version 1.0.1)

verify_tetrad: Check Tetrad Installation

Description

Check Tetrad Installation

Usage

verify_tetrad(version = getOption("causalDisco.tetrad.version"))

Value

A list with elements:

  • installed: Logical, whether Tetrad is installed.

  • version: Character or NULL, the installed version if found.

  • java_ok: Logical, whether Java >= 21.

  • java_version: Character, the installed Java version.

  • message: Character, a message describing the status.

Arguments

version

Character. The version of Tetrad to check. Default is the value of getOption("causalDisco.tetrad.version").

Examples

Run this code
verify_tetrad()

Run the code above in your browser using DataLab