Compares the modification time of the cached graph.rds against
the modification times of all .R files under
project_path. Returns TRUE if any R file is newer than
the cache.
Examples
if (FALSE) { # \dontrun{
if (is_cache_stale("mypkg")) {
g <- build_rrlm_graph("mypkg")
save_graph_cache(g)
}
} # }