-
Notifications
You must be signed in to change notification settings - Fork 1
/
DESCRIPTION
60 lines (60 loc) · 1.82 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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
Type: Package
Package: indiedown
Title: Individual R Markdown Templates
Version: 0.1.1.9032
Authors@R:
c(person(given = "Christoph",
family = "Sax",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0002-7192-7044")),
person(given = "Kirill",
family = "Müller",
role = "aut",
comment = c(ORCID = "0000-0002-1416-3412")),
person(given = "Angelica",
family = "Becerra",
role = "aut"),
person(given = "Frederik",
family = "Aust",
role = "aut"),
person(given = "cynkra GmbH",
role = c("fnd", "cph"),
email = "[email protected]"))
Description: Simplifies the generation of customized R Markdown PDF
templates. A template may include an individual logo, typography,
geometry or color scheme. The package provides a skeleton with
detailed instructions for customizations. The skeleton can be modified
by changing defaults in the 'YAML' header, by adding additional
'LaTeX' commands or by applying dynamic adjustments in R. Individual
corporate design elements, such as a title page, can be added as R
functions that produce 'LaTeX' code.
License: MIT + file LICENSE
URL: https://indiedown.cynkra.com/,
https://github.com/cynkra/indiedown
BugReports: https://github.com/cynkra/indiedown/issues
Depends:
R (>= 4.0.0)
Imports:
cli,
fs,
gfonts,
rlang,
withr
Suggests:
callr,
knitr (>= 1.12),
rcmdcheck,
rmarkdown,
rstudioapi,
spelling,
testthat (>= 3.0.0),
tinytex
VignetteBuilder:
knitr
Config/testthat/edition: 3
Encoding: UTF-8
Language: en-US
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2.9000
Config/Needs/website: cynkra/cynkratemplate