ropensci / bibtex

bibtex parser for R
https://docs.ropensci.org/bibtex/
35 stars 12 forks source link

Ripley's CRAN Patches #31

Closed coatless closed 3 years ago

coatless commented 3 years ago

Obtained from:

wget https://github.com/cran/bibtex/compare/0.4.2...0.4.2.3.patch -O ~/Desktop/bibtex-cran-fix.patch
git am --signoff < ~/Desktop/bibtex-cran-fix.patch

Addresses the 0.4.2.1, 0.4.2.2, and 0.4.2.3 patches given by Ripley on CRAN.

One additional patch was issued to address the unlinking of the written bib file in the roxygen2 code (ripley only modified .Rd)

Close #24

codecov-commenter commented 3 years ago

Codecov Report

Merging #31 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #31   +/-   ##
=======================================
  Coverage   39.21%   39.21%           
=======================================
  Files           4        4           
  Lines         533      533           
=======================================
  Hits          209      209           
  Misses        324      324           
Impacted Files Coverage Δ
R/bibtex.R 55.73% <ø> (ø)
src/bibparse.c 28.18% <ø> (ø)
src/init.c 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 b2ac0f3...e473ebb. Read the comment docs.