diff --git a/.lintr b/.lintr index 573c914..a95ab2b 100644 --- a/.lintr +++ b/.lintr @@ -28,5 +28,8 @@ exclusions: list( "data-raw" = list( missing_package_linter = Inf, namespace_linter = Inf - ) + ), + # RcppExports.R is auto-generated and will not pass many linters. In + # particular, it can create very long lines. + "R/RcppExports.R" )