super: Interpreted String Literals

2025-01-17

Title Interpreted String Literals
Version 0.0.4.9000
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.github.io/super/
BugReports https://github.com/TimTaylor/super/issues
VignetteBuilder litedown
Author Tim Taylor [aut, cre], Jim Hester [aut], Jennifer Bryan [aut], Posit Software, PBC [cph, fnd]

NOTE: This package is very much experimental in nature and should be treated as such until the 0.1.0 release.

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")

The development version can be installed from r-universe with:

install.packages(
    'super',
    repos = c('https://timtaylor.r-universe.dev', 'https://cloud.r-project.org')
)

Vignettes

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

Appendix

To cite the package super in publications, please use:

Taylor T, Hester J, Bryan J (2025). super: Interpreted String Literals. R package version 0.0.4.9000, https://timtaylor.github.io/super/.

@Manual{,
  title = {super: Interpreted String Literals},
  author = {Tim Taylor and Jim Hester and Jennifer Bryan},
  year = {2025},
  note = {R package version 0.0.4.9000},
  url = {https://timtaylor.github.io/super/},
}