Package: glueDo 0.1.0
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>.
Authors:
glueDo_0.1.0.tar.gz
glueDo_0.1.0.zip(r-4.7)glueDo_0.1.0.zip(r-4.6)glueDo_0.1.0.zip(r-4.5)
glueDo_0.1.0.tgz(r-4.6-any)glueDo_0.1.0.tgz(r-4.5-any)
glueDo_0.1.0.tar.gz(r-4.7-any)glueDo_0.1.0.tar.gz(r-4.6-any)
glueDo_0.1.0.tgz(r-4.6-emscripten)
manual.pdf |manual.html✨
card.svg |card.png
glueDo/json (API)
| # Install 'glueDo' in R: |
| install.packages('glueDo', repos = c('https://hswerdfe.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/hswerdfe/gluedo/issues
Last updated from:82f059dcf2. Checks:9 OK. Indexed: yes.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-x86_64 | OK | 102 | ||
| source / vignettes | OK | 145 | ||
| linux-release-x86_64 | OK | 91 | ||
| macos-release-arm64 | OK | 154 | ||
| macos-oldrel-arm64 | OK | 137 | ||
| windows-devel | OK | 81 | ||
| windows-release | OK | 65 | ||
| windows-oldrel | OK | 65 | ||
| wasm-release | OK | 89 |
Exports:glue_catglue_doglue_funcglue_messageglue_printglue_returnglue_stopglue_warningglue_write
Dependencies:glue
Readme and manuals
Help Manual
| Help page | Topics |
|---|---|
| Glue Wrapper Functions | glue_cat glue_do glue_func glue_message glue_print glue_return glue_stop glue_warning glue_write |
