Package: tters Title: Sequential Target Trial Emulation Data Expansion (Rust + Polars Backend) Version: 0.1.1 Authors@R: person("Michael", "Batech", , "oldschoolcool@gmail.com", role = c("aut", "cre")) Description: Fast, verified data-expansion stage for sequential target trial emulation, backed by a Rust and Polars engine via the 'extendr' crate. Reproduces, bit-for-bit, the expansion output of the 'TrialEmulation' R package. The heavy lifting lives in the 'tte-expand' Rust core crate; this package is a thin binding layer. License: Apache License (>= 2) Encoding: UTF-8 Roxygen: list(markdown = TRUE) Depends: R (>= 4.2) Imports: bit64, methods, utils Suggests: arrow, data.table, testthat (>= 3.0.0), TrialEmulation (>= 0.0.4.11) Config/testthat/edition: 3 Config/rextendr/version: 0.5.0 SystemRequirements: Cargo (Rust's package manager), rustc >= 1.95.0 URL: https://github.com/oldschoolcool2/rust-tte BugReports: https://github.com/oldschoolcool2/rust-tte/issues Config/roxygen2/version: 8.0.0 Config/pak/sysreqs: libclang-dev Repository: https://oldschoolcool2.r-universe.dev Date/Publication: 2026-07-02 21:59:54 UTC RemoteUrl: https://github.com/oldschoolcool2/rust-tte RemoteRef: main RemoteSha: 3edab88dd16d61b1fee6b948e8ad513bdb48d7d1 RemoteSubdir: bindings/tters NeedsCompilation: yes Packaged: 2026-07-02 22:09:56 UTC; root Author: Michael Batech [aut, cre] Maintainer: Michael Batech