Skip to content

writeAlizer 1.6.4

Choose a tag to compare

@shmercer shmercer released this 23 Sep 19:02
· 92 commits to master since this release

writeAlizer 1.6.4 (2025-09-23)

CRAN policy & documentation improvements

  • Replaced writeAlizer:::wa_seed_example_models() with writeAlizer::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>).