Skip to content

Commit

Permalink
Also check DOIs in Rd files.
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.r-project.org/R/trunk@84775 00db46b3-68df-0310-9c12-caf00c1e9a41
  • Loading branch information
hornik committed Jul 28, 2023
1 parent 142fc31 commit 2a95adb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/library/tools/R/QC.R
Original file line number Diff line number Diff line change
Expand Up @@ -8283,7 +8283,8 @@ function(dir, localOnly = FALSE, pkgSize = NA)
if(capabilities("libcurl") &&
!config_val_to_logical(Sys.getenv("_R_CHECK_CRAN_INCOMING_SKIP_DOI_CHECKS_",
"FALSE"))) {
bad <- tryCatch(check_doi_db(doi_db_from_package_sources(dir),
bad <- tryCatch(check_doi_db(doi_db_from_package_sources(dir,
Rd = TRUE),
parallel = check_urls_in_parallel),
error = identity)
if(inherits(bad, "error") || NROW(bad))
Expand Down

0 comments on commit 2a95adb

Please sign in to comment.