Learn R Programming

sitrep (version 0.4.0)

sitrep_check_deps: Check if all sitrep dependencies are available

Description

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

Usage

sitrep_check_deps(quiet = FALSE)

Value

Named logical vector indicating which packages are available. Names are package names, values are TRUE if available, FALSE otherwise.

Arguments

quiet

Should output be suppressed? Default is FALSE

Examples

Run this code
# \donttest{
# Check what's missing before going offline
sitrep_check_deps()
# }

Run the code above in your browser using DataLab