ropensci / bib2df

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

Update to Tibble Package #48

Closed SHogenboom closed 3 years ago

SHogenboom commented 3 years ago

I receive the following warning indicating that the package is out of date:

Warning message:
`as_data_frame()` was deprecated in tibble 2.0.0.
Please use `as_tibble()` instead.
The signature and semantics have changed, see `?as_tibble`.

Everything appears to work, but a simple update should resolve the warning?

SHogenboom commented 3 years ago

Uppon inspection of the code this was already resolved, but the current version on CRAN still has this issue.

Resolved by downloading directly from the github respository.