Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WARNING: Citation should include a link to the reference #121

Open
stc04003 opened this issue Apr 2, 2024 · 1 comment
Open

WARNING: Citation should include a link to the reference #121

stc04003 opened this issue Apr 2, 2024 · 1 comment

Comments

@stc04003
Copy link

stc04003 commented Apr 2, 2024

The warning message is caused by check_bib_doi(). Within the function, read_bib() is called to extract the BibTeX items as a list. The fields "DOI" and "URL" are reformatted to upper case, while the checks for "doi" and "url" in bib_tbl <- ... search for lowercase versions. This leads to a case mismatch and triggers the warning.

@dicook
Copy link
Collaborator

dicook commented Apr 15, 2024

@stc04003 Thanks for reporting.

I don't see this error, though. Just testing it against the sample_article, and also a test bib file without DOIs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants