Skip to contents

Display system information including OS, R version, memory usage, and CPU details with colored console output.

Usage

check_system(return_result = FALSE, show_warnings = FALSE)

Arguments

return_result

Logical. If TRUE, return the result list visibly. Default FALSE.

show_warnings

Logical. If TRUE, display memory warnings. Default FALSE.

Value

A list (invisible by default) containing system_info, r_environment, r_memory, system_memory, cpu, warnings, and timestamp.

Examples

if (FALSE) { # \dontrun{
check_system()
res <- check_system(return_result = TRUE)
} # }