Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Type: Package
Package: openalexConvert
Title: Convert OpenAlex Parquet (from openalexPro) to other Formats
Version: 0.0.2
Version: 0.0.3
Author: Rainer M Krug
Maintainer: Rainer M Krug <Rainer@krugs.de>
Description: Utilities to convert an OpenAlex parquet/Arrow corpus into
Expand Down
9 changes: 8 additions & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
# openalexConvert (development version)
# openalexConvert 0.0.3

## Bug fixes

- `corpus_export_via_pandoc()`: now produces a single output file (e.g.
`corpus.bib`) as documented. Previously it passed the chunked CSL JSON
directory to `csljson_convert_pandoc()`, which created a *directory* of
per-chunk files at the `output` path, and it returned the wrong path when an
extension had to be appended.
- `csljson_convert_pandoc()`: the `pdf_engine` parameter is now respected. Previously
`--pdf-engine=xelatex` was unconditionally appended, overriding any user-specified
engine (e.g. `"lualatex"` or `"pdflatex"`).
Expand All @@ -16,4 +21,6 @@
`openalexPro` from r-universe automatically.
- CI aligned with the rest of the openalexPro ecosystem: standard `R-CMD-check.yaml`
(macOS, Windows, Ubuntu × devel/release/oldrel-1) and `test-coverage.yaml` added.
- Test coverage raised to ~86%, with new tests for `corpus_export_via_pandoc()`,
Pandoc rendering paths, and `csljson_to_zotero_upload()`.
- Leftover `_problems/` test artefacts from a previous failed run removed.
Loading