# -------------------------------------------- # CITATION file created with {cffr} R package # See also: https://docs.ropensci.org/cffr/ # -------------------------------------------- cff-version: 1.2.0 message: 'To cite package "softwareRisk" in publications use:' type: software license: GPL-3.0-only title: 'softwareRisk: Computation of Node and Path-Level Risk Scores in Scientific Models' version: 0.2.0 identifiers: - type: doi value: 10.32614/CRAN.package.softwareRisk abstract: It leverages the network-like architecture of scientific models together with software quality metrics to identify chains of function calls that are more prone to generating and propagating errors. It operates on tbl_graph objects representing call dependencies between functions (callers and callees) and computes risk scores for individual functions and for paths (sequences of function calls) based on cyclomatic complexity, in-degree and betweenness centrality. The package supports variance-based uncertainty and sensitivity analyses after Puy et al. (2022) to assess how risk scores change under alternative risk definitions. authors: - family-names: Puy given-names: Arnald email: arnald.puy@pm.me orcid: https://orcid.org/0000-0001-9469-2156 preferred-citation: type: manual title: 'softwareRisk: Computation of Node and Path-Level Risk Scores in Scientific Models' authors: - family-names: Puy given-names: Arnald email: arnald.puy@pm.me orcid: https://orcid.org/0000-0001-9469-2156 year: '2025' notes: R package version 0.2.0 repository: https://arnaldpuy.r-universe.dev commit: bf68f0b0ebf3627d6042ddccaa9a51a2808dfebe date-released: '2026-04-03' contact: - family-names: Puy given-names: Arnald email: arnald.puy@pm.me orcid: https://orcid.org/0000-0001-9469-2156