writeAlizer
Generate Predicted Writing Quality Scores
Six months of releases and not one of them touched the scoring models
◆Recent moves
- 6mo ago
One example rewrapped to silence a CRAN check note
A single example moved from a check-running wrapper to one that never runs, purely to keep CRAN's checks quiet. The smallest possible release.
View source ↗ - 8mo ago
Filename stems recovered from Coh-Metrix and GAMET paths
The only release in the window that changes what a user can feed the package: keep_stem_before_txt() handles feature files whose identifiers arrive as full paths, wired into all three import functions. A vignette on how the scoring models were built ships alongside it.
View source ↗ - 10mo ago
Offline example guard, declared as no API change
predict_quality()'s example seeds a local model and restores prior options so it runs deterministically offline. The note states plainly there are no user-facing API changes.
View source ↗ - 10mo ago
Named error classes for every model-download failure mode
The release where six months of scattered fixes become structure: missing registry, unknown model key, failed download, submodel count mismatch each get their own condition class, and the loader gains hard checksum enforcement, file URL support and a mockable artifact directory.
View source ↗ - 10mo ago
Network failures degrade gracefully under CRAN policy
Remote artifact fetches stop surfacing raw download errors, tests preflight their exact URLs and skip when unreachable, and examples seed mock artifacts. The start of the offline-determinism work that 1.7.0 completes.
View source ↗ - 11mo ago
wa_seed_example_models() exported and documented
A previously internal helper is exported so examples stop reaching into the package namespace, per CRAN guidance. Documentation work rather than capability.
View source ↗