# \donttest{
# Install everything for offline field work (with prompts)
sitrep_install_deps()
# Install without prompts
sitrep_install_deps(force = TRUE)
# Install quietly without prompts or upgrades
sitrep_install_deps(upgrade = "never", quiet = TRUE, force = TRUE)
# }
Run the code above in your browser using DataLab