bib2academic icon indicating copy to clipboard operation
bib2academic copied to clipboard

Error in make.unique(names(x), sep = "-") : 'names' must be a character vector

Open Ddey07 opened this issue 6 years ago • 1 comments

citations.txt I get this error for this .bib file attached. I have used .txt version of the .bib file due to Github restrictions.

Ddey07 avatar Aug 12 '18 01:08 Ddey07

Sorry for the late answer: I got another error: bEntry1(rval) : A bibentry of bibtype ‘Article’ has to specify the field: c("journaltitle", "journal") In addition: Warning message: Show Traceback Rerun with Debug Error in .BibEntryCheckBibEntry1(rval) A bibentry of bibtype ‘Article’ has to specify the field: c("journaltitle", "journal")

The last entry of your citations.txt file is of the article type, but has no "journal = …" entry.

Maybe your name error make.unique(names(x), sep = "-")… occurred with different parameter setting. Normally this error occurs when the authors entry is not correct. Maybe a special sign (or an invisible gremlin) in your file. The same error happened also in my test cases with an incorrect .bib file (For instance if a quote in the authors entry is missing.)

petzi53 avatar Aug 28 '18 11:08 petzi53