Check whether a package has been cached, and if so, whether commits have been added to the github repo since cached version.
check_cache(org, repo, cache_dir = tempdir())
| org | Github organization |
|---|---|
| repo | Github repository |
| cache_dir | Directory in which packages are cached |
FALSE If a package has previously been cached, and the github repo has not changed; otherwise TRUE.
This function is not intended to be called directly, and is only exported to enable it to be used within the plumber API.
Other utils:
pkgrep_install_deps(),
stdout_stderr_cache(),
symbol_crs(),
symbol_tck()