No description
https://timtaylor.codeberg.page/super/
- R 51.9%
- C 41.5%
- Makefile 6.6%
| .github | ci: use working directory for dependency checking as well | |
| pkg | chore: bump to dev version | |
| site | site: remove citation section | |
| .gitignore | docs: new build process for site | |
| Makefile | build: tidyup | |
| README.md | docs: typo | |
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:
vignette("super", package = "super")