-
Notifications
You must be signed in to change notification settings - Fork 25
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
.bib still failing - consider some other method of reading bibfiles #9
Comments
Thanks Steve. You're right that this is a tough problem. I can get to this in a few days, but in the meantime, revtools::start_review_window also accepts a data.frame, so you could import using a different method and just use revtools for visualisation. The columns you would need to include in your data.frame are:
|
No rush from me, was mainly playing. I think it's a great idea, and I look forward to updates. Thanks for the tip, I'll give it a go. |
Hi Steve - this took me a while to get back to, but I've updated this so that 1. read_bibliography detects .bib files more reliably, and 2. read_bib actually functions for the (fairly basic) cases that I've tried. If you get time to check it out and find more bugs then let me know. I'm going to keep checking this over the next week or so, so I won't close this issue just yet. |
Hi Martin, Thanks for great seminar yesterday and exciting package. I also encountered an error (using cran version) reading in bib files, but after seeing this issue installed latest from GH and was able to read in a bib file and start an analysis. However, the
At least then you could offload the challenge of firstly reading in a bibfile? |
I think there's going to be issues no matter what method is used to read in the bibfiles... For example, I tried each of
|
I'm currently running into this issue as well ... or a variant of it ... seems like my .bib file is pulling a function error? That might be just due to an ugly .bib but I'm not really sure ... gonna try and just switch my data exports to .csv or .ris |
(Hi @mjwestgate - rather than reopen issue #2 I thought I'd start a new one, reopen if you want)
bibfiles are tricky beasts! I wanted to try out your package for a new project, but can't get the bibfiles in.
RefManageR
reads them in ok as far as I can tell. Can you use that package (or a different one) to read them in, then parse from there into the format you require?I tried using the github version, with the following bib entry:
I should note, that I tried directly using
revtools:::read_bib
(asread_bibliography
wouldn't work with one citation, I assume due to the ris/bib checking).The text was updated successfully, but these errors were encountered: