glueDo: Wrapper Functions for the 'glue' Library (original) (raw)
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 |
| License: | MIT + file |
| NeedsCompilation: | no |
| Materials: | README, NEWS |
| CRAN checks: | glueDo results |
Documentation:
Downloads:
Linking:
Please use the canonical formhttps://CRAN.R-project.org/package=glueDoto link to this page.