Type: Package Package: indiedown Title: Individual R Markdown Templates Version: 0.1.1.9047 Authors@R: c(person(given = "Christoph", family = "Sax", role = c("aut", "cre"), email = "christoph.sax@gmail.com", 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 = "mail@cynkra.com", comment = c(ROR = "0335t7e62"))) 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) Config/Needs/website: cynkra/cynkratemplate Config/roxygen2/version: 8.0.0.9000 Config/pak/sysreqs: cmake make libuv1-dev libssl-dev zlib1g-dev Repository: https://cynkra.r-universe.dev Date/Publication: 2026-07-10 01:07:34 UTC RemoteUrl: https://github.com/cynkra/indiedown RemoteRef: HEAD RemoteSha: 4344dfa2617f4ed8913a480645542ef39fef41b9 NeedsCompilation: no Packaged: 2026-07-10 01:20:19 UTC; root Author: Christoph Sax [aut, cre] (ORCID: ), Kirill Müller [aut] (ORCID: ), Angelica Becerra [aut], Frederik Aust [aut], cynkra GmbH [fnd, cph] (ROR: ) Maintainer: Christoph Sax