From 6f0bd07b0a1c1b4751b916929eff266c192ec292 Mon Sep 17 00:00:00 2001 From: Hugo Gruson Date: Thu, 23 Nov 2023 17:32:41 +0100 Subject: [PATCH] Add exception for R/standmodels.R --- .lintr | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.lintr b/.lintr index a95ab2b8..c5c32d8c 100644 --- a/.lintr +++ b/.lintr @@ -31,5 +31,8 @@ exclusions: list( ), # RcppExports.R is auto-generated and will not pass many linters. In # particular, it can create very long lines. - "R/RcppExports.R" + "R/RcppExports.R", + # R/stanmodels.R is auto-generated and will not pass many linters. In + # particular, it uses `sapply()`. + "R/stanmodels.R" )