We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I don't know if this is a bug.
Describe the bug I am using rmarkdown and citr with RStudio. When I connect citr with Zotero, it returns the following error message:
`citr:::insert_citation()
Listening on http://127.0.0.1:4713 Warning: Error in data.frame: arguments imply differing number of rows: 0, 1 73: stop 72: data.frame 71: bibtex::do_read_bib 70: RefManageR::ReadBib 69: import_bbt 68: load_betterbiblatex_bib 64: 48: bibliography 47: observe 46: 3: shiny::runApp 2: runGadget 1: citr:::insert_citation Warning: Error in data.frame: arguments imply differing number of rows: 0, 1 50: 49: stop 48: bibliography 47: observe 46: 3: shiny::runApp 2: runGadget 1: citr:::insert_citation Warning: Error in data.frame: arguments imply differing number of rows: 0, 1 108: 107: stop 106: bibliography 99: renderText 98: func 85: renderFunc 84: output$read_error 3: shiny::runApp 2: runGadget 1: citr:::insert_citation`
The text was updated successfully, but these errors were encountered:
I am also getting this same issue
Sorry, something went wrong.
Restarting R and reloading Zotero seems to have fixed this for me.
No branches or pull requests
I don't know if this is a bug.
Describe the bug
I am using rmarkdown and citr with RStudio. When I connect citr with Zotero, it returns the following error message:
`citr:::insert_citation()
Listening on http://127.0.0.1:4713
Warning: Error in data.frame: arguments imply differing number of rows: 0, 1
73: stop
72: data.frame
71: bibtex::do_read_bib
70: RefManageR::ReadBib
69: import_bbt
68: load_betterbiblatex_bib
64:
48: bibliography
47: observe
46:
3: shiny::runApp
2: runGadget
1: citr:::insert_citation
Warning: Error in data.frame: arguments imply differing number of rows: 0, 1
50:
49: stop
48: bibliography
47: observe
46:
3: shiny::runApp
2: runGadget
1: citr:::insert_citation
Warning: Error in data.frame: arguments imply differing number of rows: 0, 1
108:
107: stop
106: bibliography
99: renderText
98: func
85: renderFunc
84: output$read_error
3: shiny::runApp
2: runGadget
1: citr:::insert_citation`
The text was updated successfully, but these errors were encountered: