You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This old thread has been automatically locked. If you think you have found something related to this, please open a new issue by following the issue guide (https://yihui.org/issue/), and link to this old issue if necessary.
To reproduce, call
write_bib()
for an installed package with no URL in its DESCRIPTION, for example:currently produces nothing but an empty line.
This is a regression in knitr 1.44 due to #2264.
The return logic in
knitr/R/citation.R
Line 92 in 0f5a15d
seems at fault.
The text was updated successfully, but these errors were encountered: