writeAlizer 1.6.4
writeAlizer 1.6.4 (2025-09-23)
CRAN policy & documentation improvements
-
Replaced
writeAlizer:::wa_seed_example_models()withwriteAlizer::wa_seed_example_models()in examples and documentation, per CRAN’s guidance to avoid accessing unexported objects. -
Exported
wa_seed_example_models()with full documentation:- Added
@return(returns the created temp path invisibly). - Added a small, runnable example that writes only to
tempdir()and cleans up; it also restores any prior option value. - Documented the temporary side effect of setting
options(writeAlizer.mock_dir = <path>).
- Added