Learn R Programming

manureshed (version 0.1.2)

health_check: Check Package Health and Dependencies

Description

Diagnostic function to check package installation and dependencies

Usage

health_check(verbose = FALSE)

Value

Logical. TRUE if all checks pass

Arguments

verbose

Logical. Whether to display detailed information

Examples

Run this code
# \donttest{
# Quick health check
health_check()

# Detailed diagnostic information
health_check(verbose = TRUE)
# }

Run the code above in your browser using DataLab