# -------------------------------------------- # CITATION file created with {cffr} R package # See also: https://docs.ropensci.org/cffr/ # -------------------------------------------- cff-version: 1.2.0 message: 'To cite package "vprint" in publications use:' type: software license: GPL-2.0-or-later title: 'vprint: More Flexible Form of Boolean Verbose' version: '1.2' doi: 10.32614/CRAN.package.vprint abstract: R functions are not supposed to print text without giving the user the option to turn the printing off or on using a Boolean 'verbose' in a construct like 'if(verbose) print(...)'. But this black/white approach is rather rigid, and an approach with shades of gray might be more appropriate in many circumstances. authors: - family-names: Zeeberg given-names: Barry email: barryz2013@gmail.com repository: https://barryzee.r-universe.dev commit: 1a1523326ebf2af4a236852bb0bb0e6c0f3df538 date-released: '2025-06-04' contact: - family-names: Zeeberg given-names: Barry email: barryz2013@gmail.com