# ------------------------------------------------ # CITATION.cff file created with {cffr} R package # See also: https://docs.ropensci.org/cffr/ # ------------------------------------------------ cff-version: 1.2.0 message: 'To cite package "mixeff" in publications use:' type: software license: MIT title: 'mixeff: Audit-First Mixed-Effects Models via the ''mixeff-rs'' Rust Crate' version: 0.2.0 doi: 10.32614/CRAN.package.mixeff abstract: 'An R wrapper for the ''mixeff-rs'' Rust crate, providing linear and generalized linear mixed-effects model fitting via lme4-style formulas. The wrapper is audit-first: every printed claim traces back to a versioned JSON artifact produced by the Rust compiler, and the package refuses to fabricate inference results that the engine cannot certify. See the package vignettes for migration from ''lme4'' and the demystification surface for random-effects syntax.' authors: - family-names: Buchsbaum given-names: Brad email: bbuchsbaum@research.baycrest.org repository: https://bbuchsbaum.r-universe.dev repository-code: https://github.com/bbuchsbaum/mixeff commit: fb76713b0bad59020bcd3b58979c3546852eb317 url: https://bbuchsbaum.github.io/mixeff/ date-released: '2026-07-11' contact: - family-names: Buchsbaum given-names: Brad email: bbuchsbaum@research.baycrest.org