bib2df icon indicating copy to clipboard operation
bib2df copied to clipboard

Parse a BibTeX file to a tibble

Results 24 bib2df issues
Sort by recently updated
recently updated
newest added

I've discovered that when I have an entry like this: ``` @book{fassberg2019modern, title = {Languages of the Eastern Section: Great Lakes to Indian Ocean}, author={Fassberg, Steven E}, lgcode={west2763}, hhtype={overview}, pages={632652},...

Following the R release 4.2.0, the logical operators `&&` and `||` throw a warning (soon to be an error) when one side of the logical comparison is a vector of...

Hi, thanks for the great package. I have found an edge-case that causes an issue with writing valid .bib files with df2bib. Specifically, I had a .bib entry that had...

When using bib2df (version 1.1.1) `bib2df:::bib2df_gather(bib = myBib)` I get the following warning: Warning (test-occCitePrint.R:19:3): regular print `as_data_frame()` was deprecated in tibble 2.0.0. Please use `as_tibble()` instead. The signature and...

Whenever I want to import an scopus export, the resulting dataframe is completely messed up and has thousands of columns. Apparently, this should be fixed after #33 or #34 ,...

Hello - When I parse the attached .bib file, the article TITLE is truncated. How can I import the entire TITLE? Thanks! [monitoring_library.txt](https://github.com/ropensci/bib2df/files/7434865/monitoring_library.txt) ``` bib % select(TITLE) ``` ``` bib

I happened to save a `.bib` file in a subfolder of my project called `www`. When trying to read it, pattern `www.` is matched by `www/` in line 6 of...

I downloaded a bib file from Web of Science [savedrecs.zip](https://github.com/ropensci/bib2df/files/3410994/savedrecs.zip) and there are multiple issues when reading it. The solution shown in #21 doesn't work here :( Most of them...

I have difficulties reading some of my reference files. R markdown shows there is an error in the UTF-8 encoding of my BibTex files. Please add UTF-8 encoding. This would...

My example bibtex file has an entry of an edited volume, for which there is an editor field but not an author field. ``` @book{DeBruijn2011, address = {Hoboken, NJ, USA},...