Skip to content

Commit

Permalink
Update roxygen_test.R
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelChirico authored Dec 23, 2023
1 parent c9ae7bd commit 5cd9c07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .dev/roxygen_test.R
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ check_roxygenize_idempotent <- function(LOCALE) {
next
}
cat(sprintf("roxygenize() output differs from saved output for %s.\n", file))
cat("Here's the tools::Rdiff() comparison of the two files:\n")
cat("Here's the 'diff' comparison of the two files:\n")
cat(" [---]: saved output in man/ directory\n")
cat(" [+++]: roxygenize() output of R/ sources\n")
system2("diff", c("--unified", old_file, new_file))
Expand Down

0 comments on commit 5cd9c07

Please sign in to comment.