Check whether a package has been cached, and if so, whether commits have been added to the github repo since cached version.
Usage
check_cache(org, repo, cache_dir = fs::path_temp())
Value
FALSE If a package has previously been cached, and the github repo has not changed; otherwise TRUE.
Note
This function is not intended to be called directly, and is only exported to enable it to be used within the plumber API.
See also
Other utils:
pkgrep_install_deps()
,
stdout_stderr_cache()
,
symbol_crs()
,
symbol_tck()