ropensci / bib2df

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

Replace as_data_frame() by as_tibble() #40

Closed florisvdh closed 4 years ago

florisvdh commented 4 years ago

In order to prevent following warning when using bib2df():

`as_data_frame()` is deprecated as of tibble 2.0.0.
Please use `as_tibble()` instead.
The signature and semantics have changed, see `?as_tibble`.
codecov-commenter commented 4 years ago

Codecov Report

Merging #40 into v1.1.2 will not change coverage. The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##           v1.1.2      #40   +/-   ##
=======================================
  Coverage   64.70%   64.70%           
=======================================
  Files           6        6           
  Lines         153      153           
=======================================
  Hits           99       99           
  Misses         54       54           
Impacted Files Coverage Δ
R/bib2df_gather.R 93.22% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update ad349fe...2f9678d. Read the comment docs.

ottlngr commented 4 years ago

Thanks, @florisvdh !