Description
Interpreted String Literals.
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.
README.md
super
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:
vignette("super", package = "super")