Check whether an update is available for an extension package
Source:R/extension_updates.R
check_extension_update.RdWraps the extension's exported ntrd_update_available() with caching,
error handling, and result validation. Safe to call from Shiny reactive
contexts; will never raise an error.
Value
An update_result S7 object. If the extension does not opt in
to updates, or if the check errors, returns the safe update_result()
default.