Skip to content

Commit 3a49060

Browse files
author
hornik
committed
Tweaks.
git-svn-id: https://svn.r-project.org/R/trunk@88487 00db46b3-68df-0310-9c12-caf00c1e9a41
1 parent fb206ac commit 3a49060

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/library/utils/R/citation.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -817,7 +817,7 @@ function(x)
817817
if(!length(x)) return(character())
818818
keys <- lapply(unclass(x), attr, "key")
819819
keys[!lengths(keys)] <- ""
820-
unlist(keys)
820+
unlist(keys, use.names = FALSE)
821821
}
822822

823823
.bibentry_names_or_keys <-

0 commit comments

Comments
 (0)