Package: glue 1.8.1.9000

glue: Interpreted String Literals
An implementation of interpreted string literals, inspired by Python's Literal String Interpolation <https://www.python.org/dev/peps/pep-0498/> and Docstrings <https://www.python.org/dev/peps/pep-0257/> and Julia's Triple-Quoted String Literals <https://docs.julialang.org/en/v1.3/manual/strings/#Triple-Quoted-String-Literals-1>.
Authors:
glue_1.8.1.9000.tar.gz
glue_1.8.1.9000.zip(r-4.7)glue_1.8.1.9000.zip(r-4.6)glue_1.8.1.9000.zip(r-4.5)
glue_1.8.1.9000.tgz(r-4.6-x86_64)glue_1.8.1.9000.tgz(r-4.6-arm64)glue_1.8.1.9000.tgz(r-4.5-x86_64)glue_1.8.1.9000.tgz(r-4.5-arm64)
glue_1.8.1.9000.tar.gz(r-4.7-arm64)glue_1.8.1.9000.tar.gz(r-4.7-x86_64)glue_1.8.1.9000.tar.gz(r-4.6-arm64)glue_1.8.1.9000.tar.gz(r-4.6-x86_64)
glue_1.8.1.9000.tgz(r-4.6-emscripten)
manual.pdf |manual.html✨
card.svg |card.png
glue/json (API)
NEWS
| # Install 'glue' in R: |
| install.packages('glue', repos = c('https://tidyverse.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/tidyverse/glue/issues
Pkgdown/docs site:https://glue.tidyverse.org
string-interpolationstringsquarto
Last updated from:da9c73f7a3. Checks:13 OK. Indexed: yes.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-arm64 | OK | 118 | ||
| linux-devel-x86_64 | OK | 124 | ||
| source / vignettes | OK | 158 | ||
| linux-release-arm64 | OK | 122 | ||
| linux-release-x86_64 | OK | 112 | ||
| macos-release-arm64 | OK | 125 | ||
| macos-release-x86_64 | OK | 186 | ||
| macos-oldrel-arm64 | OK | 105 | ||
| macos-oldrel-x86_64 | OK | 201 | ||
| windows-devel | OK | 165 | ||
| windows-release | OK | 116 | ||
| windows-oldrel | OK | 145 | ||
| wasm-release | OK | 88 |
Exports:as_gluebacktickdouble_quoteglueglue_colglue_collapseglue_dataglue_data_colglue_data_safeglue_data_sqlglue_safeglue_sqlglue_sql_collapseidentity_transformersingle_quotetrim
Dependencies:
Custom knitr language engines
Rendered fromengines.qmdusingquarto::htmlon May 21 2026.Last update: 2026-04-18
Started: 2026-04-18
How to write a function that wraps glue
Rendered fromwrappers.qmdusingquarto::htmlon May 21 2026.Last update: 2026-04-18
Started: 2026-04-18
Introduction to glue
Rendered fromglue.qmdusingquarto::htmlon May 21 2026.Last update: 2026-04-18
Started: 2026-04-18
Transformers
Rendered fromtransformers.qmdusingquarto::htmlon May 21 2026.Last update: 2026-04-21
Started: 2026-04-18
Readme and manuals
Help Manual
| Help page | Topics |
|---|---|
| Coerce object to glue | as_glue |
| Format and interpolate a string | glue glue_data |
| Construct strings with color | glue_col glue_data_col |
| Collapse a character vector | glue_collapse glue_sql_collapse |
| Safely interpolate strings | glue_data_safe glue_safe |
| Interpolate strings with SQL escaping | glue_data_sql glue_sql |
| Parse and Evaluate R code | identity_transformer |
| Quoting operators | backtick double_quote quoting single_quote |
| Trim a character vector | trim |
