From 5cd9c07ef4d71aa4a034789ee7d99737b329f8eb Mon Sep 17 00:00:00 2001 From: Michael Chirico Date: Sat, 23 Dec 2023 17:15:19 +0800 Subject: [PATCH] Update roxygen_test.R --- .dev/roxygen_test.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.dev/roxygen_test.R b/.dev/roxygen_test.R index 7f156d0dc..c595dbafd 100644 --- a/.dev/roxygen_test.R +++ b/.dev/roxygen_test.R @@ -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))