ropensci / bib2df

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

fixes issue #16 to allow @ symbols within titles #19

Closed emilioxavier closed 6 years ago

emilioxavier commented 6 years ago

Identify new entries by requiring the matched @ symbol (via stringr::str_match be at the beginning of a line.

codecov-io commented 6 years ago

Codecov Report

Merging #19 into master will not change coverage. The diff coverage is 100%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #19   +/-   ##
=======================================
  Coverage   88.18%   88.18%           
=======================================
  Files           6        6           
  Lines         220      220           
=======================================
  Hits          194      194           
  Misses         26       26
Impacted Files Coverage Δ
R/bib2df_gather.R 96.15% <100%> (ø) :arrow_up:

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 4909e7b...5e5f298. Read the comment docs.

ottlngr commented 6 years ago

Thanks for the fix!