ropensci / bib2df

Parse a BibTeX file to a tibble
https://docs.ropensci.org/bib2df
99 stars 22 forks source link

Update df2bib.R to avoid error with newer versions of R #57

Closed giabaio closed 1 year ago

giabaio commented 1 year ago

This is necessary; newer versions of R throw an error, which is mainly due to the use of || in df2bib.R + a problem with the naming of the variables in the created dataframe (upper/lowercase). This PR sorts them now and makes bib2df usable, AFAIK.