Changelog
Source:NEWS.md
tters 0.1.1
Badge-green maintenance release of the tters R binding (no engine changes).
-
ERROR fixed: the bare
read_expanded_data()calls in thete_datastorecontract test now resolve viaTrialEmulation::—R CMD checkruns testthat withTrialEmulationinstalled-but-not-attached, which is why every non-WASM r-universe platform job previously failed (#21). -
WARNING fixed:
methodsandutilsare declared inImports, with matchingimportFrom()formethods,bit64::integer64(declaration only — the exact int64 round-trip is untouched), andutils::globalVariables. -
NOTE fixed:
globalVariables(c(":=", "id"))for thedata.tableNSE symbols.
R CMD check on the built tarball: 0 errors, 0 warnings, 0 notes.
tters 0.1.0
First public release of tters, the verified Rust + Polars backend for the data-expansion stage of sequential target trial emulation, bit-exact against the R TrialEmulation Oracle (see report/certificate.md).
- Sequential trial expansion (ITT and per-protocol) with dtype-exact, deterministic output.
- Pre-computed IPW application and in-Rust weight fitting (
weights-fit). - In-memory
data.frameround-trip, including exactbit64::integer64columns. -
te_datastorecompanion backend for upstreamTrialEmulationpipelines.