This function prints system and environment diagnostics useful for debugging or user support.
textDiagnostics(
include_other_envs = TRUE,
search_omp = FALSE,
full_session_info = FALSE
)
A named list with all diagnostic information (also printed with message()).
Logical; if TRUE, lists other available Python/Conda environments.
Logical; if TRUE, scans for OMP-related shared libraries.
Logical; if TRUE, includes full sessionInfo() output.