-
Notifications
You must be signed in to change notification settings - Fork 15
Expand file tree
/
Copy pathDESCRIPTION
More file actions
30 lines (30 loc) · 963 Bytes
/
DESCRIPTION
File metadata and controls
30 lines (30 loc) · 963 Bytes
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: 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