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.5)templates_0.4.0.zip(r-4.4)templates_0.4.0.zip(r-4.3)
templates_0.4.0.tgz(r-4.4-any)templates_0.4.0.tgz(r-4.3-any)
templates_0.4.0.tar.gz(r-4.5-noble)templates_0.4.0.tar.gz(r-4.4-noble)
templates_0.4.0.tgz(r-4.4-emscripten)templates_0.4.0.tgz(r-4.3-emscripten)
templates.pdf |templates.html✨
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 8 months agofrom:f9a53ec1a1. Checks:OK: 7. Indexed: yes.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Oct 11 2024 |
R-4.5-win | OK | Oct 11 2024 |
R-4.5-linux | OK | Oct 11 2024 |
R-4.4-win | OK | Oct 11 2024 |
R-4.4-mac | OK | Oct 11 2024 |
R-4.3-win | OK | Oct 11 2024 |
R-4.3-mac | OK | Oct 11 2024 |
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 |