Skip to content

Commit 6614d3a

Browse files
add more concise advice
1 parent 1b0f5ea commit 6614d3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

R/parse.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ get_parse_data <- function(text, include_text = TRUE, ...) {
103103
if (any(is_unicode_parsing_error)) {
104104
rlang::abort(
105105
"Can't parse input due to unicode restriction in base R. Please ",
106-
"upgrade R to style this input. ",
106+
"upgrade R to >= 4.2 to style this input. ",
107107
"Context: https://github.com/r-lib/styler/issues/847"
108108
)
109109
}

0 commit comments

Comments
 (0)