# ------------------------------------------------ # CITATION.cff file created with {cffr} R package # See also: https://docs.ropensci.org/cffr/ # ------------------------------------------------ cff-version: 1.2.0 message: 'To cite package "FragiliTidy" in publications use:' type: software license: GPL-3.0-only title: 'FragiliTidy: Tidyverse-Compatible Fragility Index Calculations' version: 0.1.0 abstract: Provides optimized, Tidyverse-compatible functions for calculating the Fragility Index and Reverse Fragility Index for 2x2 contingency tables from clinical trials. Uses customized hypergeometric and algebraic calculations along with binary search algorithms to achieve substantial speedups over standard implementations, with seamless integration into 'dplyr' pipelines. authors: - family-names: Drake given-names: Tom email: t.drake@ed.ac.uk repository: https://cran.r-universe.dev repository-code: https://github.com/tomdrake/fragilitidy commit: 42f4888230105c8d8c4f46bd5067366395879541 url: https://github.com/tomdrake/fragilitidy date-released: '2026-06-25' contact: - family-names: Drake given-names: Tom email: t.drake@ed.ac.uk