Skip to contents

Prints a diagnostic summary of the workbench environment, including path detection, version, and system information.

Usage

wb_sitrep()

Value

A list of diagnostic information, invisibly.

Examples

wb_sitrep()
#> 
#> ── Connectome Workbench situation report ───────────────────────────────────────
#> 
#> ── Settings ──
#> 
#> ! wb_command path: /usr/bin/wb_command
#>  Source: "default (not found)"
#>  Verbose: TRUE
#> 
#> ── System ──
#> 
#>  Platform: "x86_64-pc-linux-gnu"
#>  OS: "Ubuntu 24.04.3 LTS"
#>  R: "4.5.2"
#> 
#> ── Diagnostics ──
#> 
#>  wb_command not found
#> 
#> ── Recommendations ──
#> 
#> ! Install Connectome Workbench from <https://www.humanconnectome.org/software/connectome-workbench>
#>  Set the path with `set_wb_path()` or the `WB_PATH` environment variable.