# ------------------------------------------------ # CITATION.cff file created with {cffr} R package # See also: https://docs.ropensci.org/cffr/ # ------------------------------------------------ cff-version: 1.2.0 message: 'To cite package "flexstanr" in publications use:' type: software license: MIT title: 'flexstanr: Portable Backend Layer for ''Stan'' Models' version: 0.1.0 abstract: Gives a 'Stan'-based R package one interface for fitting its models through either 'rstan' or (optionally) 'cmdstanr'. Collects and validates sampler options, guarding against mixing one backend's argument vocabulary into the other, dispatches the fit to the chosen backend, and exposes backend-agnostic accessors for reading posterior draws, extracting parameters, and running generated quantities. The host package supplies its own compiled models; flexstanr resolves them from the calling package at run time, so the same code works whichever backend is installed. authors: - family-names: Pearson given-names: Carl email: carl.ab.pearson@gmail.com orcid: https://orcid.org/0000-0003-0701-7860 - family-names: Voglesonger given-names: Weston email: westonvogle@gmail.com repository: https://cran.r-universe.dev repository-code: https://github.com/ACCIDDA/flexstanr commit: b1a50bb8019c4806911963de16b3b6dc2f503530 url: https://accidda.github.io/flexstanr/ date-released: '2026-07-17' contact: - family-names: Pearson given-names: Carl email: carl.ab.pearson@gmail.com orcid: https://orcid.org/0000-0003-0701-7860