Skip to content

writeAlizer 1.6.1

Choose a tag to compare

@shmercer shmercer released this 13 Sep 00:24
· 117 commits to master since this release
45a201d

writeAlizer 1.6.1

Tests & Coverage

  • Added comprehensive tests for artifact registry helpers, cache, and installer.
  • Increased overall coverage to ~82% (artifact_registry ~89%, cache ~92%, download 100%).

Artifact registry

  • Prefers inst/metadata/artifacts.csv; robust fallbacks and input validation.
  • Deterministic part ordering; legacy model key mapping handled.

Downloads

  • Suppressed download.file chatter in tests and internal helpers.
  • Added checksum verification path in ensure-file.

install_model_deps()

  • Dry-run returns canonical Suggests tokens.
  • Non-dry-run installs only truly missing packages (strips version tokens).
  • Optional helper hook respected via options(writeAlizer.require_pkgs_for_fits=...).
  • Added examples and improved docstrings.

Misc

  • Quieted noisy test logs; hardened temp-dir handling.