ltgsmd 0.2.2

Tiny hotfix for a single test-suite regex.

CRAN submission preparation (no functional changes)

Following acceptance of the companion paper, the package metadata was updated for public release. No R code, exported function signatures, or computational behavior changed; the version number is held at 0.2.2 to match the version cited in the companion paper’s Data Availability statement.

Test fix

No code or API changes. Expected result on R 4.5.3:

R CMD check: 0 errors | 0 warnings | 1 note (Windows time check; harmless)
testthat:    FAIL 0 | PASS 79

ltgsmd 0.2.1

Post-build hotfix release. Addresses issues uncovered by the first full R CMD check --as-cran and testthat::test_package() run on Windows R 4.5.3. No public API changes; all changes are test-data, namespace, and roxygen-doc corrections.

Test infrastructure fixes

R CMD check NOTE fixes

Confirmed working as designed in v0.2.0

The R CMD check pass on Windows R 4.5.3 confirms:

After v0.2.1, the expected outcome is 0 errors | 0 warnings | 0 notes (or at most the universal “New submission” note) on R CMD check, and FAIL 0 | PASS 47 on the test suite.

This is a pre-submission revision addressing pre-submission code review feedback. All API-breaking changes are noted explicitly.

Critical bug fixes

API improvements

DESCRIPTION changes

Tests added

The test suite is substantially expanded:

Internal changes

ltgsmd 0.1.0

Initial pre-submission build.