# -------------------------------------------- # CITATION file created with {cffr} R package # See also: https://docs.ropensci.org/cffr/ # -------------------------------------------- cff-version: 1.2.0 message: 'To cite package "glueDo" in publications use:' type: software license: MIT title: 'glueDo: Wrapper Functions for the ''glue'' Library' version: 0.1.0 doi: 10.32614/CRAN.package.glueDo abstract: Provides convenient wrapper functions around the 'glue' library for common string interpolation tasks. The package simplifies the process of combining 'glue' string templating with common R functions like message(), warning(), stop(), print(), cat(), and file writing operations. Instead of manually calling glue() and then passing the result to these functions, 'glueDo' provides direct wrapper functions that handle both steps in a single call. This is particularly useful for logging, error handling, and formatted output in R scripts and packages. The main reference for the underlying 'glue' package is Hester and Bryan (2022) . authors: - family-names: Swerdfeger given-names: Howard email: hswerdfe@gmail.com repository: https://hswerdfe.r-universe.dev commit: 82f059dcf2845001f2002cf2e1a03ecb682c8b65 date-released: '2025-05-28' contact: - family-names: Swerdfeger given-names: Howard email: hswerdfe@gmail.com