Skip to contents

bibtex 0.5.1

CRAN release: 2023-01-26

Bug fix

  • Replaced as.personList(authors) with do.call(c, authors) as requested by CRAN (PR #52).

bibtex 0.5.0

CRAN release: 2022-09-25

New Features

Unit Tests

bibtex 0.4.3

Bug fixes

  • Applied CRAN stabilization patches. (#31, thanks Prof. Brian Ripley!)
  • Removed dependency on stringr. (#25, thanks @mllg)
  • ArrangeAuthors() is now case insensitive when searching for and in an AND-joined list. (#22, thanks @katrinleinweber)
  • findBibFile() now looks at inst/REFERENCES.bib in addition to REFERENCES.bib. (#19, thanks @ms609)

Documentation

  • Refreshed README content. (#29).
  • Updated Package Maintainer and contributors. (#30)

Deployment

  • Switched CI from TravisCI to GitHub Actions. (#29)
  • Added a pkgdown site for the package. (#29)