Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Set _R_CHECK_CRAN_INCOMING_NOTE_GNU_MAKE_ to true #219

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,4 @@ Config/Needs/website: tidyverse/tidytemplate
Config/testthat/edition: 3
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.1
RoxygenNote: 7.2.3
4 changes: 2 additions & 2 deletions R/env.R
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ ignore_env_config <- function() {
| "_R_CHECK_PKG_SIZES_" | FALSE,
"check cross-references in Rd files"
| "_R_CHECK_RD_XREFS_" | FALSE,
"NOTE if package requires GNU make"
| "_R_CHECK_CRAN_INCOMING_NOTE_GNU_MAKE_" | FALSE,
"ignore NOTE about package requiring GNU make"
| "_R_CHECK_CRAN_INCOMING_NOTE_GNU_MAKE_" | TRUE,
"report marked non-ASCII strings in datasets"
| "_R_CHECK_PACKAGE_DATASETS_SUPPRESS_NOTES_" | TRUE
)
Expand Down
2 changes: 1 addition & 1 deletion R/package.R
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ NULL
#' _R_CHECK_RD_XREFS_=false
#'
#' # Do not report if package requires GNU make
#' _R_CHECK_CRAN_INCOMING_NOTE_GNU_MAKE_=false
#' _R_CHECK_CRAN_INCOMING_NOTE_GNU_MAKE_=true
#'
#' # Do not check non-ASCII strings in datasets
#' _R_CHECK_PACKAGE_DATASETS_SUPPRESS_NOTES_=true
Expand Down
4 changes: 2 additions & 2 deletions man/rcmdcheck.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading