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" )