Package: jinjar Title: Template Engine Inspired by 'Jinja' Version: 0.3.2.9000 Authors@R: c( person("David", "Hall", , "david.hall.physics@gmail.com", role = c("aut", "cre", "cph"), comment = c(ORCID = "0000-0002-2193-0480")), person("Lars", "Berscheid", role = "cph", comment = "Author of bundled inja library"), person("Niels", "Lohmann", role = "cph", comment = "Author of bundled json library") ) Description: Template engine powered by the 'inja' C++ library. Users write a template document, using syntax inspired by the 'Jinja' Python package, and then render the final document by passing data from R. The template syntax supports features such as variables, loops, conditions and inheritance. License: MIT + file LICENSE URL: https://davidchall.github.io/jinjar/, https://github.com/davidchall/jinjar BugReports: https://github.com/davidchall/jinjar/issues Imports: cli, fs, jsonlite, rlang (>= 1.0.0) Suggests: knitr, rmarkdown, testthat LinkingTo: cpp11 VignetteBuilder: knitr Config/testthat/edition: 3 Encoding: UTF-8 Language: en-US Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.2 Config/pak/sysreqs: cmake make libuv1-dev Repository: https://davidchall.r-universe.dev Date/Publication: 2025-03-13 13:51:50 UTC RemoteUrl: https://github.com/davidchall/jinjar RemoteRef: HEAD RemoteSha: 20dd96a5477a4362c78a0afe22939e85c5e9c309 NeedsCompilation: yes Packaged: 2026-06-09 10:26:34 UTC; root Author: David Hall [aut, cre, cph] (ORCID: ), Lars Berscheid [cph] (Author of bundled inja library), Niels Lohmann [cph] (Author of bundled json library) Maintainer: David Hall