Skip to content

Releases: ropensci/bib2df

1.1.2.0

08 Apr 14:25

Choose a tag to compare

A few little changes since the last major CRAN release.

bib2df v1.0.1

02 Jun 22:08

Choose a tag to compare

  • This package versions fixes some issues:
    • bib2df() can now read .bib files with a single entry
    • bib2df() now allows @ symbol within titles
  • This version will be published on CRAN since version 1.0.0 had beed removed from CRAN due to check errors.

bib2df 1.0.0

17 Sep 18:41

Choose a tag to compare

This package version went successfully through the rOpenSci onboarding process and mirrors a peer reviewed state. This state also includes new features, improved documentation, additional unit tests and improved user interaction by warning and error messages.

bib2df 0.2.2

13 Aug 11:00

Choose a tag to compare

  • Changes due to the ropensci review process:
    • Improved formatting
    • Removed exports of internal functions
    • Improved vignette
    • Improved behavior on malformed .bib files and entries
    • Improved behavior on type conversion
    • df2bib() is now able to append to an existing file
    • Minor changes in documentation and vignette

bib2df 0.2

21 May 18:56

Choose a tag to compare

  • Standardized return value for bib2df() (#5, @leeper)
  • Added functionality to write data.frame back to BibTeX file (df2bib()) (#5, @leeper)
  • Adds a testthat-based tests for both bib2df() and df2bib() (#5, @leeper)
  • Added functionality of the humaniformat package to split up names (#4)