bib2academic
bib2academic copied to clipboard
Error in make.unique(names(x), sep = "-") : 'names' must be a character vector
citations.txt I get this error for this .bib file attached. I have used .txt version of the .bib file due to Github restrictions.
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.)