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:Howard Swerdfeger [aut, cre]

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

On CRAN:

Conda:

2.70 score 2 scripts 511 downloads 9 exports 1 dependencies

Last updated from:82f059dcf2. Checks:9 OK. Indexed: yes.

TargetResultTimeFilesSyslog
linux-devel-x86_64OK102
source / vignettesOK145
linux-release-x86_64OK91
macos-release-arm64OK154
macos-oldrel-arm64OK137
windows-develOK81
windows-releaseOK65
windows-oldrelOK65
wasm-releaseOK89

Exports:glue_catglue_doglue_funcglue_messageglue_printglue_returnglue_stopglue_warningglue_write

Dependencies:glue

Readme and manuals

Help Manual

Help pageTopics
Glue Wrapper Functionsglue_cat glue_do glue_func glue_message glue_print glue_return glue_stop glue_warning glue_write