Skip to contents

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.

Usage

pkgmatch_update_cache()

Examples

if (FALSE) { # \dontrun{
pkgmatch_update_cache ()
} # }