- Fixed unresolved dependency issues in parser.
- Fixed issue #21 where it could not read paths with spaces.
- Fixed issue #23 to detect bibliography files outside of the article folder and refer it from the
thebibliography{...}
command. - Some patches to adapt the parser to parse slightly different format/style of bibliography as mentioned in issue #24.
- Included test coverage using codecov and covr, fixing issue #13.
- Fixed #19 where bib parser would fail to extract identifiers.
- Corrected fix #17 to work better.
- Fixed #15, where certain articles would fail to aggregate bibliography.
- Fixed #17, where writer would add extra newlines.
- Updated wrapper tools which work with articles without wrapper as well.
- Fixed a bug where empty lines in the bunch of strings could not be filtered out.
- Fixed Issue #14 where the conversion/aggregation would fail in case of one or none bib items.
- Updated pkgdown site
- Updated Contributor Details and DESCRIPTION
- CRAN Release
- Updated LICENSE and added
cph
- Logging events is now optional and turned off by default.
- Corrected usage of
gsub()
for changing extensions withxfun::with_ext()
. - Cleaned up documentation and removed un-wanted functions/docs.
- Corrected
rebib::citation_reader()
example. - Use of
message()
/warning()
instead ofprint()
- Examples/Tests/Vignettes do not write in user/package directory and work in a temp directory.
- Fixed
on.exit()
call inR/util.R
, move it from line 64 to line 22. - Fixed title and description in
DESCRIPTION
file
- New Vignettes
- testthat test cases
- Added Pages field
- Github issue #9
- Updated path for backup file before adding external bib file reference.
- Multiple citations are split into individual citations.
- Fixed year handling issue Github issue #11
- fixed issue with missing spaces in the journal field
- Logging events
- Bibliography Aggregation
- BibTeX writer improved
- more man pages
- citation reader
- absolute path support
- BibTex reference parser/reader
- year field implemented
- Passing R CMD check
- BibTeX writer re-implemented
- more man pages
- title field now contains title only
- publisher field with remaining info
- URL field (enabled if URL exists)
- fixed stray periods(.) and colons(:)
Spun off from texor project
The decision to do this was based on the fact that the bibliography section in texor package was expanding significantly, enough to have its own package.
Reads bib chunks to produce minimum viable bibtex equivalent