bibtex 0.5.2
Bug fix
- Fixed
read.bib() silently returning empty
bibentry() when entries have trailing whitespace after
closing brace (#59, PR #60).
Testing
- Added snapshot test variants for R-devel to handle
bibentry formatting changes from
deparseLatex() updates in R 4.6.0.
Documentation
- Migrated
inst/NEWS.Rd to NEWS.md.
bibtex 0.5.1
Bug fix
- Replaced
as.personList(authors) with
do.call(c, authors) as requested by CRAN (PR #52).
bibtex 0.5.0
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)
bibtex 0.4.0
- Removed the function
yy_fatal_error which even though
it was never actually called, triggered some R CMD check nuisance.
- Removed useless dependency on Rcpp which bibtex no longer uses.
- Added cite by key functionality to
read.bib (pull
request by Michael Koohafkan).
bibtex 0.3-5
- Fix for bib files with no content.
bibtex 0.3-1
- New function
write.bib contributed by Renaud
Gaujoux.
- Missing
% in error reporting in read.bib
(fix provided by Renaud Gaujoux).
bibtex 0.3-0
- Fixed long standing bug re backslashes.