# ------------------------------------------------ # CITATION.cff 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.3' 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://cran.r-universe.dev commit: c388daf6ffd59ac9da0fb2aa9d94dc031e496568 date-released: '2026-07-23' contact: - family-names: Zeeberg given-names: Barry email: barryz2013@gmail.com