Skip to content

Commit 64e801a

Browse files
cemented name in lintr main
1 parent 8af135c commit 64e801a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

R/utils.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ nan_is_na = function(x) {
2222
}
2323

2424
# R 4.4.0
25-
if (!exists("%||%", "package:base")) `%||%` <- function(x, y) if (is.null(x)) y else x # nolint: null_coalescing_linter.
25+
if (!exists("%||%", "package:base")) `%||%` <- function(x, y) if (is.null(x)) y else x # nolint: coalesce_linter.
2626

2727
internal_error = function(...) {
2828
e1 = gettext("Internal error in")

0 commit comments

Comments
 (0)