Skip to content

Commit

Permalink
ignore rd xref note
Browse files Browse the repository at this point in the history
  • Loading branch information
IndrajeetPatil committed May 5, 2024
1 parent b65e0a9 commit baf9512
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ VignetteBuilder:
Config/Needs/website: tidyverse/tidytemplate
Config/Needs/development: pkgload, cli, testthat, patrick
Config/testthat/edition: 3
Config/rcmdcheck/ignore-inconsequential-notes: true
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.1
Expand Down
2 changes: 2 additions & 0 deletions tools/check.env.R
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Do not check Rd cross references
_R_CHECK_RD_XREFS_=false

This comment has been minimized.

Copy link
@MichaelChirico

MichaelChirico May 5, 2024

Collaborator

I don't think this is a good idea, these notes are good in other cases. e.g. we have avoided xrefs to {dplyr}, but one might slip in unnoticed without this.

0 comments on commit baf9512

Please sign in to comment.