-
Notifications
You must be signed in to change notification settings - Fork 21
/
Copy pathDESCRIPTION
30 lines (30 loc) · 1.39 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
Package: komaletter
Title: Simply Beautiful PDF Letters from Markdown
Version: 0.5.0
Authors@R: c(
person("Robert", "Nuske", role=c("aut", "cre"),
email="[email protected]",
comment=c(ORCID="0000-0001-9773-2061")),
person("Dirk", "Eddelbuettel", role="aut",
comment=c(ORCID="0000-0001-6419-907X")),
person("Aaron", "Wolen", role="aut",
comment=c(ORCID="0000-0003-2542-2202")))
Description: Write beautiful yet customizable letters in R Markdown and
directly obtain the finished PDF. Smooth generation of PDFs is realized by
'rmarkdown', the 'pandoc-letter' template and the 'KOMA-Script' letter class.
'KOMA-Script' provides enhanced replacements for the standard 'LaTeX' classes
with emphasis on typography and versatility. 'KOMA-Script' is particularly
useful for international writers as it handles various paper formats well,
provides layouts for many common window envelope types (e.g. German, US,
French, Japanese) and lets you define your own layouts. The package comes
with a default letter layout based on 'DIN 5008B'.
License: GPL-3
URL: https://rnuske.github.io/komaletter/, https://github.com/rnuske/komaletter
BugReports: https://github.com/rnuske/komaletter/issues
Encoding: UTF-8
Depends: R (>= 3.0)
Imports: rmarkdown (>= 0.6)
Suggests: knitr (>= 1.8)
VignetteBuilder: knitr
Roxygen: list(markdown=TRUE)
RoxygenNote: 7.2.3