Learn R Programming

text (version 1.7.0)

textDiagnostics: 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
)

Value

A named list with all diagnostic information (also printed with message()).

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.