Skip to content

Commit

Permalink
Tweaks.
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.r-project.org/R/trunk@87634 00db46b3-68df-0310-9c12-caf00c1e9a41
  • Loading branch information
hornik committed Jan 26, 2025
1 parent 2f72653 commit 348852b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/library/tools/R/QC.R
Original file line number Diff line number Diff line change
Expand Up @@ -3899,7 +3899,7 @@ function(aar, strict = FALSE)
format(aar[pos])
ids <- ids[duplicated(ids)]
if(length(ids))
out$bad_authors_at_R_field_has_persons_with_dup_ORCID_identifiers<-
out$bad_authors_at_R_field_has_persons_with_dup_ORCID_identifiers <-
ids
}
if(strict >= 3L) {
Expand Down Expand Up @@ -8172,7 +8172,7 @@ function(dir, localOnly = FALSE, pkgSize = NA)
cbind(fpaths0[pos], parents[pos])
}
if(remote) {
## Also check arXiv pseuso URIs not yet converted to arXiv
## Also check arXiv pseudo URIs not yet converted to arXiv
## DOIs.
pat <- "<(arXiv|arxiv):(([[:alpha:].-]+/)?[[:digit:].]+)(v[[:digit:]]+)?([[:space:]]*\\[[^]]+\\])?>"
dsc <- meta["Description"]
Expand Down

0 comments on commit 348852b

Please sign in to comment.