From 864d494fac29360a11f9651cb4d6342281a84b49 Mon Sep 17 00:00:00 2001 From: Steve Martin Date: Sun, 17 Nov 2024 23:05:34 -0500 Subject: [PATCH] Fixed a typo in message for lintr_line_length_linter --- R/chk_lintr.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/R/chk_lintr.R b/R/chk_lintr.R index 8c25a50..19e0c0f 100644 --- a/R/chk_lintr.R +++ b/R/chk_lintr.R @@ -44,7 +44,7 @@ CHECKS$lintr_line_length_linter <- make_check( gp = "avoid long code lines, it is bad for readability. Also, many people prefer editor windows - that are about 80 characters wide. Try make your lines + that are about 80 characters wide. Try making your lines shorter than 80 characters", check = function(state) {