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-x86_64)glue_1.8.1.9000.zip(r-4.7-arm64)glue_1.8.1.9000.zip(r-4.6-x86_64)glue_1.8.1.9000.zip(r-4.6-arm64)glue_1.8.1.9000.zip(r-4.5-x86_64)
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✨
DESCRIPTION |NEWS
card.svg |card.png
glue/json (API)
| # 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:15 OK. Indexed: yes.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-arm64 | OK | 110 | ||
| linux-devel-x86_64 | OK | 134 | ||
| source / vignettes | OK | 191 | ||
| linux-release-arm64 | OK | 104 | ||
| linux-release-x86_64 | OK | 155 | ||
| macos-release-arm64 | OK | 189 | ||
| macos-release-x86_64 | OK | 263 | ||
| macos-oldrel-arm64 | OK | 134 | ||
| macos-oldrel-x86_64 | OK | 184 | ||
| windows-devel-arm64 | OK | 265 | ||
| windows-devel-x86_64 | OK | 114 | ||
| windows-release-arm64 | OK | 238 | ||
| windows-release-x86_64 | OK | 103 | ||
| windows-oldrel-x86_64 | OK | 121 | ||
| wasm-release | OK | 100 |
Exports:as_gluebacktickdouble_quoteglueglue_colglue_collapseglue_dataglue_data_colglue_data_safeglue_data_sqlglue_safeglue_sqlglue_sql_collapseidentity_transformersingle_quotetrim
Dependencies:
Last update: 2026-04-21
Started: 2026-04-18
Last update: 2026-04-18
Started: 2026-04-18
Last update: 2026-04-18
Started: 2026-04-18
Last update: 2026-04-18
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 |
