We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5bb35a9 commit ec2acaeCopy full SHA for ec2acae
R/BibEntryAddOp.R
@@ -82,7 +82,7 @@
82
}
83
remain.dup.f <- setdiff(fields.to.check, c('bibtype', 'key'))
84
85
- if (length(remain.dup.f) && length(dup.ind <- possible.dup)){
+ if (length(dup.ind <- possible.dup) && length(remain.dup.f)){
86
dup.ind <- vapply(unclass(e2[possible.dup]),
87
function(x, y, flds){
88
x <- x[flds]
0 commit comments