Skip to content

Commit 06e4d00

Browse files
Update .ci/linters/rd/options_doc_check.R
Co-authored-by: Michael Chirico <[email protected]>
1 parent f234cb6 commit 06e4d00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.ci/linters/rd/options_doc_check.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Ensure that data.table options in code match documentation
22
check_options_documentation = function(rd_file) {
3-
if (!grepl("data.table-options", rd_file)) return(invisible())
3+
if (!grepl("\\name{data.table-options}", rd_file, fixed = TRUE)) return(invisible())
44

55
# Find options in R code
66
get_options_from_code = function() {

0 commit comments

Comments
 (0)