Skip to content

writeAlizer 1.6.0

Choose a tag to compare

@shmercer shmercer released this 12 Sep 15:32
· 1 commit to 97d644a78c15828998bdd36a22f1b7e5a7692e5c since this release
  • Replaced the ReaderBench mod3 models with their v2 counterparts (e.g., rb_mod3all now calls the rb_mod3all_v2 models).
  • Optimized model artifact downloads and added SHA-256 checksum verification (auto re-download on mismatch).
  • predict_quality() now returns per-submodel scores and the overall mean column pred_<model>_mean (where applicable).
  • import_rb() now keeps ReaderBench features by name using the packaged sample_rb.csv header (first 404), dropping 405+. It falls back to the legacy positional selection if the header is unavailable, reducing brittleness to column reordering.
  • Added install_model_deps() helper to install Suggests for a given model.
  • CI: wired up GitHub Actions R-CMD-check (Windows/macOS/Linux).