glueDo: Wrapper Functions for the 'glue' Library

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) <https://CRAN.R-project.org/package=glue>.

Version: 0.1.0
Depends: R (≥ 4.3.0)
Imports: glue (≥ 1.8.0)
Published: 2025-05-30
DOI: 10.32614/CRAN.package.glueDo
Author: Howard Swerdfeger [aut, cre]
Maintainer: Howard Swerdfeger <hswerdfe at gmail.com>
License: MIT + file LICENSE
NeedsCompilation: no
Materials: README NEWS
CRAN checks: glueDo results

Documentation:

Reference manual: glueDo.pdf

Downloads:

Package source: glueDo_0.1.0.tar.gz
Windows binaries: r-devel: glueDo_0.1.0.zip, r-release: glueDo_0.1.0.zip, r-oldrel: glueDo_0.1.0.zip
macOS binaries: r-release (arm64): glueDo_0.1.0.tgz, r-oldrel (arm64): glueDo_0.1.0.tgz, r-release (x86_64): glueDo_0.1.0.tgz, r-oldrel (x86_64): glueDo_0.1.0.tgz

Linking:

Please use the canonical form https://CRAN.R-project.org/package=glueDo to link to this page.