writeAlizer 1.6.2
implifies install_model_deps():
- Remove unused
modelargument. - Standardize on the option hook:
options(writeAlizer.require_pkgs_for_fits = function() ...). - Collapse discovery to a single
utils::packageDescription(..., fields = "Suggests")path. dry_run = TRUEnow returns tokens visibly; version qualifiers are stripped only for checks/installs.
Tests
- Updated tests to use the options hook and visible dry-run behavior.
- Mocked
requireNamespace()andutils::install.packages()to verify missing-package handling. - All tests pass locally with
devtools::test().
Notes
- Version set to 1.6.2 in
DESCRIPTION. (OptionalDate:field set to YYYY-MM-DD if present.) NEWS.mdupdated with a concise entry.