ropensci / bib2df

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

Update bib2df_read.R #59

Closed HedvigS closed 6 months ago

HedvigS commented 6 months ago

Addresses #53

giabaio commented 6 months ago

This has been merged as I think this change is harmless (but may be helpful). I need a bit of time to deal with the CRAN submission, though I'm not quite sure whether you're referring to this, @HedvigS, or another issue?

HedvigS commented 6 months ago

This has been merged as I think this change is harmless (but may be helpful). Hurray! Yes it seemed like the smallest change I could see that would address #53 . It may cause problems I don't know about though, so please check that everything else works as expected.

I need a bit of time to deal with the CRAN submission, though I'm not quite sure whether you're referring to this, @HedvigS, or another issue?

For new CRAN version, I was mainly thinking of the warnings about as_data_frame being deprecated in tibble 2.0.0. (#50 #58 ). Afaik that's fixed in the latest version here on GitHub, but the CRAN version still triggers this warning. I know there are several other open issues going on, but to me at least a new release with the updates that are already implemented here right now would be great :D!