Package: templates 0.4.0
templates: A System for Working with Templates
Provides tools to work with template code and text in R. It aims to provide a simple substitution mechanism for R-expressions inside these templates. Templates can be written in other languages like 'SQL', can simply be represented by characters in R, or can themselves be R-expressions or functions.
Authors:
templates_0.4.0.tar.gz
templates_0.4.0.zip(r-4.7)templates_0.4.0.zip(r-4.6)templates_0.4.0.zip(r-4.5)
templates_0.4.0.tgz(r-4.6-any)templates_0.4.0.tgz(r-4.5-any)
templates_0.4.0.tar.gz(r-4.7-any)templates_0.4.0.tar.gz(r-4.6-any)
templates_0.4.0.tgz(r-4.6-emscripten)
manual.pdf |manual.html✨
card.svg |card.png
templates/json (API)
NEWS
| # Install 'templates' in R: |
| install.packages('templates', repos = c('https://wahani.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/wahani/templates/issues
Last updated from:f9a53ec1a1. Checks:9 OK. Indexed: yes.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-x86_64 | OK | 129 | ||
| source / vignettes | OK | 194 | ||
| linux-release-x86_64 | OK | 120 | ||
| macos-release-arm64 | OK | 88 | ||
| macos-oldrel-arm64 | OK | 121 | ||
| windows-devel | OK | 81 | ||
| windows-release | OK | 78 | ||
| windows-oldrel | OK | 64 | ||
| wasm-release | OK | 135 |
Exports:tmpltmplAsFuntmplEvaltmplUpdate
Dependencies:cligluelifecyclemagrittrrlangstringistringrvctrs
Readme and manuals
Help Manual
| Help page | Topics |
|---|---|
| Template constructors | tmpl tmpl.character tmpl.formula tmpl.function tmpl.tmpl |
| Update and evaluate templates | tmplAsFun tmplEval tmplUpdate tmplUpdate.function tmplUpdate.tmpl |
