Checks if all packages needed for the sitrep ecosystem are installed and loads properly. Useful for verifying offline readiness.

sitrep_check_deps(quiet = FALSE)

Arguments

quiet

Should output be suppressed? Default is FALSE

Value

Logical vector indicating which packages are available

Examples

if (FALSE) { # \dontrun{
# Check what's missing before going offline
sitrep_check_deps()
} # }