R/metapackage_functions.R
sitrep_check_deps.RdChecks if all packages needed for the sitrep ecosystem are installed and loads properly. Useful for verifying offline readiness.
sitrep_check_deps(quiet = FALSE)Logical vector indicating which packages are available
if (FALSE) { # \dontrun{
# Check what's missing before going offline
sitrep_check_deps()
} # }