From 2c27bb42a0b4883e10d4f88cbf1418124f55f9dd Mon Sep 17 00:00:00 2001 From: Hugo Gruson Date: Tue, 10 Oct 2023 14:58:53 +0200 Subject: [PATCH] Silence library_call_linter --- .lintr | 1 + 1 file changed, 1 insertion(+) diff --git a/.lintr b/.lintr index 9a31894..573c914 100644 --- a/.lintr +++ b/.lintr @@ -4,6 +4,7 @@ linters: all_linters( implicit_integer_linter = NULL, extraction_operator_linter = NULL, todo_comment_linter = NULL, + library_call_linter = NULL, undesirable_function_linter( modify_defaults( default_undesirable_functions,