View source: R/install-tetrad.R
| verify_tetrad | R Documentation |
Check Tetrad Installation
verify_tetrad(version = getOption("causalDisco.tetrad.version"))
version |
Character. The version of Tetrad to check.
Default is the value of |
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.
verify_tetrad()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.