- Replaced
as.personList(authors)
withdo.call(c, authors)
as requested by CRAN (PR #52).
- The underlying parsing logic of bibtex files has been completely rewritten (huge thank you to Diego Hernangómez (@dieghernan), PR #47)
- Unit tests are now using testthat version 3 (Diego Hernangómez (@dieghernan), PR #46).
- 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 atinst/REFERENCES.bib
in addition toREFERENCES.bib
. (#19, thanks @ms609)