From 9a9773755ca40f5a297540f47190cd69e9a3cc49 Mon Sep 17 00:00:00 2001 From: Zivan Karaman <30553159+zivankaraman@users.noreply.github.com> Date: Sun, 22 Mar 2026 12:20:30 +0100 Subject: [PATCH] Fix typo in rcmdcheck parameter description Corrected the description of the 'quiet' parameter in rcmdcheck usage. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a6c883a..1bc8e0c 100644 --- a/README.md +++ b/README.md @@ -48,7 +48,7 @@ rcmdcheck("path/to/R/package") ``` Call `rcmdcheck()` on a source R package `.tar.gz` file, or on a folder -containing your R package. Supply `quiet = FALSE` if you want to omit +containing your R package. Supply `quiet = TRUE` if you want to omit the output. The result of the check is returned, in a list with elements `errors`, `warnings`, and `notes`. Each element is a character vector, and one element of the character vectors is a single failure.