Skip to content

Commit

Permalink
Cosmetics.
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.r-project.org/R/trunk@87195 00db46b3-68df-0310-9c12-caf00c1e9a41
  • Loading branch information
hornik committed Sep 28, 2024
1 parent 776045d commit 940802c
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions src/library/tools/R/QC.R
Original file line number Diff line number Diff line change
Expand Up @@ -8516,10 +8516,11 @@ function(dir, localOnly = FALSE, pkgSize = NA)
if(!foss && analyze_license(l_d)$is_verified)
out$new_license <- list(meta["License"], l_d)

## for incoming check we may want to check for GNU make in SystemRequirements here
## in order to auto-accept packages once this was already accepted before
if(config_val_to_logical(Sys.getenv("_R_CHECK_CRAN_INCOMING_NOTE_GNU_MAKE_",
"FALSE"))){
## for incoming check we may want to check for GNU make in
## SystemRequirements here in order to auto-accept packages once
## this was already accepted before
if(config_val_to_logical(Sys.getenv("_R_CHECK_CRAN_INCOMING_NOTE_GNU_MAKE_",
"FALSE"))){
SysReq <- meta["SystemRequirements"]
if(!is.na(SysReq) && grepl("GNU [Mm]ake", SysReq)) {
out$GNUmake <- TRUE
Expand Down

0 comments on commit 940802c

Please sign in to comment.