textDiagnostics: Run diagnostics for the text package

View source: R/0_0_2_textDiagnostics.R

textDiagnosticsR 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()).


text documentation built on Jan. 8, 2026, 5:07 p.m.