Package: komaletter
Title: Simply Beautiful PDF Letters from Markdown
Version: 0.5.0
Authors@R: c(
    person("Robert", "Nuske", role=c("aut", "cre"), 
           email="robert.nuske@mailbox.org",
           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
RoxygenNote: 7.2.3
NeedsCompilation: no
Packaged: 2023-02-26 20:09:03 UTC; rnuske
Author: Robert Nuske [aut, cre] (<https://orcid.org/0000-0001-9773-2061>),
  Dirk Eddelbuettel [aut] (<https://orcid.org/0000-0001-6419-907X>),
  Aaron Wolen [aut] (<https://orcid.org/0000-0003-2542-2202>)
Maintainer: Robert Nuske <robert.nuske@mailbox.org>
Repository: CRAN
Date/Publication: 2023-02-27 01:10:07 UTC
Built: R 4.4.0; ; 2024-05-31 21:09:14 UTC; unix
