Skip to contents

This function checks if the required Python package (ladybug) is available in the user's reticulate environment. If the package is missing, it provides a clear, actionable message guiding the user on how to install it manually.

Usage

check_ladybug_installation(quiet = FALSE)

Arguments

quiet

If TRUE, suppress the success message. Default is FALSE.

Value

NULL invisibly. The function is called for its side effect of checking dependencies and printing messages.

Examples

if (FALSE) { # \dontrun{
check_ladybug_installation()
} # }