super: Interpreted String Literals

2025-04-25

Title Interpreted String Literals
Version 0.1.1
Description An implementation of interpreted string literals. Based on the glue package by Hester & Bryan (2024) doi:10.32614/CRAN.package.glue but with a focus on efficiency and simplicity at a cost of flexibility.
Depends R (>= 3.6)
Suggests glue, litedown, microbenchmark, tinytest
License MIT + file LICENSE
URL https://timtaylor.codeberg.page/super/
BugReports https://codeberg.org/TimTaylor/super/issues
VignetteBuilder litedown
Author Tim Taylor ORCID iD [aut, cre], Jim Hester ORCID iD [aut], Jennifer Bryan ORCID iD [aut], Posit Software, PBC [cph, fnd]

super is a fork / reimplementation of the glue package with a focus on efficiency and simplicity at a cost of flexibility.

Installing the package

You can install the latest release of super from CRAN with:

install.packages("super")

Vignettes

A brief overview of super is provided in the vignette distributed with the package: