-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
36 lines (36 loc) · 1.47 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
Package: jinjar
Title: Template Engine Inspired by 'Jinja'
Version: 0.3.2
Authors@R: c(
person("David", "Hall", , "[email protected]", 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
RoxygenNote: 7.3.2
NeedsCompilation: yes
Packaged: 2025-03-13 02:29:35 UTC; davidhall
Author: David Hall [aut, cre, cph] (<https://orcid.org/0000-0002-2193-0480>),
Lars Berscheid [cph] (Author of bundled inja library),
Niels Lohmann [cph] (Author of bundled json library)
Maintainer: David Hall <[email protected]>
Repository: CRAN
Date/Publication: 2025-03-13 03:40:02 UTC