R/out_of_date.R
out_of_date.RdCheck if targets are out-of-date vis-a-vis their dependencies
out_of_date(targets, dependencies, packages = NULL)TRUE if any of targets are older than any of dependencies or if
any of targets do not exist; FALSE otherwise
if (FALSE) { # \dontrun{
out_of_date("data/processed_data.Rds", "data/raw_data.Rds")
} # }