-
Notifications
You must be signed in to change notification settings - Fork 1
/
DESCRIPTION
38 lines (38 loc) · 1.17 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
37
38
Package: jinjar
Title: Template Engine Inspired by 'Jinja'
Version: 0.3.1.9000
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
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3