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 |
super is a fork / reimplementation of the glue package with a focus on efficiency and simplicity at a cost of flexibility.
You can install the latest release of super from CRAN with:
install.packages("super")
A brief overview of super is provided in the vignette distributed with the package:
vignette("super", package = "super")