From f2d345c606b92ba59db7de76ae5d40ce54b9e8a4 Mon Sep 17 00:00:00 2001 From: Michael Chirico Date: Thu, 21 Dec 2023 07:49:29 +0800 Subject: [PATCH] Update any_is_na_linter.R --- R/any_is_na_linter.R | 1 + 1 file changed, 1 insertion(+) diff --git a/R/any_is_na_linter.R b/R/any_is_na_linter.R index 5aa1a0cad..48b1e135b 100644 --- a/R/any_is_na_linter.R +++ b/R/any_is_na_linter.R @@ -5,6 +5,7 @@ #' Therefore, it should be used in all situations instead of the latter. #' #' @examples +#' # comment #' # will produce lints #' lint( #' text = "any(is.na(x), na.rm = TRUE)",