Skip to content

Commit

Permalink
remove filter
Browse files Browse the repository at this point in the history
  • Loading branch information
sorhawell committed Oct 20, 2023
1 parent 3b646d7 commit 8fd31a4
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions inst/misc/filter_rcmdcheck.R
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,6 @@ ignore_rules = list(
isTRUE(grepl("checking installed package size ... NOTE",msg))
},

#NOTE-B R4.3.x devel now requires no unquoted braces '{' in docs. This filter turns off that error
# until fixed likely via PR #424
ignore_lost_braces = function(msg) {
isTRUE(grepl("Lost braces",msg))
}
),

warnings = list(),
Expand Down

0 comments on commit 8fd31a4

Please sign in to comment.