Skip to content

Commit 8dc7ce7

Browse files
author
smeyer
committed
amend r89322
git-svn-id: https://svn.r-project.org/R/trunk@89338 00db46b3-68df-0310-9c12-caf00c1e9a41
1 parent a39f4a2 commit 8dc7ce7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/library/tools/R/bibtools.R

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -171,6 +171,7 @@ function(package, dir, lib.loc = NULL)
171171
## Cannot simply use identical() as entries in the partial Rd db
172172
## are subject to section re-ordering.
173173
g <- function(u, v) {
174+
is.null(v) || # built with \bib stubs/unknowns in R < 4.6.0
174175
length(setdiff(split(u, row(u)), split(v, row(v))) > 0L)
175176
}
176177
if(any(unlist(Map(g, x, y), use.names = FALSE)))

0 commit comments

Comments
 (0)