Package: rapport Title: A Report Templating System Type: Package Encoding: UTF-8 Description: Facilitating the creation of reproducible statistical report templates. Once created, rapport templates can be exported to various external formats (HTML, LaTeX, PDF, ODT etc.) with pandoc as the converter backend. Authors@R: c( person(given = "Aleksandar", family = "Blagotić", role = "aut", email = "alex@rapporter.net"), person(given = "Gergely", family = "Daróczi", role = c("aut", "cre"), email = "daroczig@rapporter.net")) Version: 1.2 Date: 2025-04-07 URL: https://rapporter.github.io/rapport/ BugReports: https://github.com/rapporter/rapport/issues License: AGPL-3 LazyData: yes LazyLoad: yes Depends: R (>= 2.15.0) Imports: grDevices, utils, yaml, stringr, rapportools, pander SystemRequirements: pandoc (https://johnmacfarlane.net/pandoc) for exporting markdown files to other formats. RoxygenNote: 7.3.2 Config/pak/sysreqs: libicu-dev Repository: https://rapporter.r-universe.dev Date/Publication: 2025-04-07 21:25:21 UTC RemoteUrl: https://github.com/rapporter/rapport RemoteRef: HEAD RemoteSha: 92ac16d4e6fd19fe148d903992179f71c050f775 NeedsCompilation: no Packaged: 2026-06-15 11:53:27 UTC; root Author: Aleksandar Blagotić [aut], Gergely Daróczi [aut, cre] Maintainer: Gergely Daróczi