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