Package: templates Title: A System for Working with Templates Version: 0.4.0 Authors@R: person("Sebastian", "Warnholz", email = "wahani@gmail.com", role = c("aut", "cre")) Description: 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. Depends: R (>= 3.4.0) Imports: stringr, magrittr License: MIT + file LICENSE Encoding: UTF-8 Suggests: testthat, knitr, rmarkdown, covr RoxygenNote: 6.1.1 VignetteBuilder: knitr Config/pak/sysreqs: libicu-dev Repository: https://wahani.r-universe.dev Date/Publication: 2024-03-15 11:36:58 UTC RemoteUrl: https://github.com/wahani/templates RemoteRef: HEAD RemoteSha: f9a53ec1a13ac4a3855538b839aab1701b9bb908 NeedsCompilation: no Packaged: 2026-07-03 17:04:14 UTC; root Author: Sebastian Warnholz [aut, cre] Maintainer: Sebastian Warnholz