powered by
Checks if all packages needed for the sitrep ecosystem are installed and loads properly. Useful for verifying offline readiness.
sitrep_check_deps(quiet = FALSE)
Named logical vector indicating which packages are available. Names are package names, values are TRUE if available, FALSE otherwise.
Should output be suppressed? Default is FALSE
# \donttest{ # Check what's missing before going offline sitrep_check_deps() # }
Run the code above in your browser using DataLab