
Update all locally-cached pkgmatch
data to latest versions.
Source: R/cache.R
pkgmatch_update_cache.Rd
This function forces all locally-cached data to be updated with latest version of remote data provided on the latest release of GitHub repository at https://github.com/ropensci-review-tools/pkgmatch/releases.
Caching strategies are described in the "Data Caching and Updating"
vignette, accessible either locally via
vignette("data-caching-and-updating", package = "pkgmatch")
, or online at
https://docs.ropensci.org/pkgmatch/articles/C_data-caching-and-updating.html.
In short, locally-cached data used by this package are updated
by default every 30 days (with the vignette describing how to modify this
default behaviour). This function forces all locally-cached data to be
updated, regardless of update frequencies.
See also
Other utils:
generate_pkgmatch_example_data()
,
head.pkgmatch()
,
pkgmatch_browse()
,
pkgmatch_load_data()
,
print.pkgmatch()
,
text_is_code()