# ------------------------------------------------ # 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 doi: 10.32614/CRAN.package.FragiliTidy 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://tomdrake.r-universe.dev repository-code: https://github.com/tomdrake/fragilitidy commit: f45c36ebc485041de75598aeb6c0619b595a5def url: https://github.com/tomdrake/fragilitidy date-released: '2026-06-22' contact: - family-names: Drake given-names: Tom email: t.drake@ed.ac.uk