We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a634c3 commit d19efaaCopy full SHA for d19efaa
lisp/ess-r-flymake.el
@@ -85,8 +85,8 @@ each element is passed as argument to `lintr::linters_with_defaults'."
85
if (!suppressWarnings(require(lintr, quietly=T))) {
86
cat('@@error: @@`lintr` package not installed')
87
} else {
88
- if (packageVersion('lintr') <= '1.0.3') {
89
- cat('@@error: @@Need `lintr` version > v1.0.3')
+ if (packageVersion('lintr') <= '3.0.0') {
+ cat('@@error: @@Need `lintr` version > v3.0.0')
90
91
tryCatch(lintr::lint(commandArgs(TRUE), ...),
92
error = function(e) {
0 commit comments