textDiagnostics {text} | R Documentation |
Run diagnostics for the text package
Description
This function prints system and environment diagnostics useful for debugging or user support.
Usage
textDiagnostics(
include_other_envs = TRUE,
search_omp = FALSE,
full_session_info = FALSE
)
Arguments
include_other_envs |
Logical; if TRUE, lists other available Python/Conda environments. |
search_omp |
Logical; if TRUE, scans for OMP-related shared libraries. |
full_session_info |
Logical; if TRUE, includes full sessionInfo() output. |
Value
A named list with all diagnostic information (also printed with message()).
[Package text version 1.6 Index]