# -------------------------------------------- # CITATION file created with {cffr} R package # See also: https://docs.ropensci.org/cffr/ # -------------------------------------------- cff-version: 1.2.0 message: 'To cite package "niflowr" in publications use:' type: software license: MIT title: 'niflowr: Spec-Driven Neuroimaging Command-Line Tool Wrappers' version: 0.1.0 doi: 10.32614/CRAN.package.niflowr abstract: A lightweight, declarative framework for wrapping neuroimaging command-line tools (FSL, AFNI, ANTs, FreeSurfer) in R. Tool interfaces are defined as JSON specifications that describe inputs, outputs, CLI rendering rules, and validation constraints. The package builds safe argument vectors (never shell strings), executes via 'processx', captures provenance, and integrates with 'targets' for pipeline orchestration. authors: - family-names: Buchsbaum given-names: Bradley email: brad.buchsbaum@gmail.com repository: https://bbuchsbaum.r-universe.dev repository-code: https://github.com/bbuchsbaum/niflowr commit: 760c3d2dfad6776905a6724d5bbc59ac616ff7df url: https://github.com/bbuchsbaum/niflowr date-released: '2026-02-27' contact: - family-names: Buchsbaum given-names: Bradley email: brad.buchsbaum@gmail.com