# ------------------------------------------------ # 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 doi: 10.32614/CRAN.package.flexstanr 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://accidda.r-universe.dev repository-code: https://github.com/ACCIDDA/flexstanr commit: d2cd3c677852a6a905d0133665eea48aaaeaaa19 url: https://accidda.github.io/flexstanr/ date-released: '2026-07-20' contact: - family-names: Pearson given-names: Carl email: carl.ab.pearson@gmail.com orcid: https://orcid.org/0000-0003-0701-7860