Package: glue
Title: Interpreted String Literals
Version: 1.8.1.9000
Authors@R: c(
person("Jim", "Hester", role = "aut",
comment = c(ORCID = "0000-0002-2739-7082")),
person("Jennifer", "Bryan", , "jenny@posit.co", role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-6983-2759")),
person("Posit Software, PBC", role = c("cph", "fnd"),
comment = c(ROR = "03wc8by49"))
)
Description: An implementation of interpreted string literals, inspired
by Python's Literal String Interpolation
and Docstrings
and Julia's
Triple-Quoted String Literals
.
License: MIT + file LICENSE
URL: https://glue.tidyverse.org/, https://github.com/tidyverse/glue
BugReports: https://github.com/tidyverse/glue/issues
Depends: R (>= 4.1)
Imports: methods
Suggests: crayon, DBI (>= 1.2.0), dplyr, knitr, quarto, rlang, RSQLite,
testthat (>= 3.2.0), vctrs (>= 0.3.0), waldo (>= 0.5.3), withr
VignetteBuilder: quarto
ByteCompile: true
Config/Needs/website: bench, emoji, forcats, ggbeeswarm, ggplot2,
R.utils, rprintf, tidyr, tidyverse/tidytemplate
Config/testthat/edition: 3
Config/usethis/last-upkeep: 2026-04-16
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.3
Repository: https://tidyverse.r-universe.dev
Date/Publication: 2026-04-21 22:33:01 UTC
RemoteUrl: https://github.com/tidyverse/glue
RemoteRef: HEAD
RemoteSha: da9c73f7a3de6a27f3103cb5bb2355820a4c3a6a
NeedsCompilation: yes
Packaged: 2026-06-24 01:08:50 UTC; root
Author: Jim Hester [aut] (ORCID: ),
Jennifer Bryan [aut, cre] (ORCID:
),
Posit Software, PBC [cph, fnd] (ROR: )
Maintainer: Jennifer Bryan