From c88b6d65aea4f87e871d7df465095f79e123c1bc Mon Sep 17 00:00:00 2001
From: Michel Lang <michellang@gmail.com>
Date: Fri, 19 Jul 2024 21:02:53 +0200
Subject: [PATCH] style: update .lintr

---
 .lintr | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.lintr b/.lintr
index 71e9299..d5ba821 100644
--- a/.lintr
+++ b/.lintr
@@ -1,4 +1,4 @@
-linters: with_defaults(
+linters: linters_with_defaults(
     # lintr defaults: https://github.com/jimhester/lintr#available-linters
     # the following setup changes/removes certain linters
     assignment_linter = NULL, # do not force using <- for assignments