We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 34ede2f commit 1bee980Copy full SHA for 1bee980
.ci/linters/rd/options_doc_check.R
@@ -31,7 +31,7 @@ options_documentation_linter = function(rd_file) {
31
32
doc_opts = rd_file |>
33
tools::parse_Rd() |>
34
- walk_rd() |>
+ walk_rd_ast_for_options() |>
35
unique()
36
37
miss_in_doc = setdiff(code_opts, doc_opts)
0 commit comments