Skip to content

Commit

Permalink
Leave deliberate mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
hadley committed May 13, 2024
1 parent 92f25f8 commit 487ceab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/utils-fs.R
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ out_of_date <- function(source, target) {
)
}

file_mtime(source) > file_mtime(target)
file.info(source)$mtime > file.info(target)$mtime
}

# Path helpers ------------------------------------------------------------
Expand Down

0 comments on commit 487ceab

Please sign in to comment.