-
Notifications
You must be signed in to change notification settings - Fork 65
/
Copy pathDESCRIPTION
61 lines (61 loc) · 1.65 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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
Package: pander
Authors@R: c(
person("Gergely", "Daróczi", , "[email protected]", role = c("aut", "cre"), comment = c(ORCID = "0000-0003-3149-8537")),
person("Roman", "Tsegelskyi", , "[email protected]", role = c("aut")))
Title: An R 'Pandoc' Writer
Type: Package
Encoding: UTF-8
Description: Contains some functions catching all messages, 'stdout' and other
useful information while evaluating R code and other helpers to return user
specified text elements (like: header, paragraph, table, image, lists etc.)
in 'pandoc' markdown or several type of R objects similarly automatically
transformed to markdown format. Also capable of exporting/converting (the
resulting) complex 'pandoc' documents to e.g. HTML, 'PDF', 'docx' or 'odt'. This
latter reporting feature is supported in brew syntax or with a custom reference
class with a smarty caching 'backend'.
Version: 0.6.6
Date: 2022-03-17
URL: https://rapporter.github.io/pander/
BugReports: https://github.com/rapporter/pander/issues
License: AGPL-3 | file LICENSE
Depends:
R (>= 2.15.0)
Imports:
grDevices,
graphics,
methods,
utils,
stats,
digest,
tools,
Rcpp
Suggests:
grid,
lattice,
ggplot2 (>= 0.9.2),
sylly,
sylly.en,
logger,
survival,
microbenchmark,
zoo,
nlme,
descr,
MASS,
knitr,
rmarkdown,
tables,
reshape,
memisc,
Epi,
randomForest,
tseries,
gtable,
rms,
forecast,
data.table
SystemRequirements: pandoc (https://johnmacfarlane.net/pandoc) for exporting
markdown files to other formats.
LinkingTo: Rcpp
VignetteBuilder: knitr
RoxygenNote: 7.1.1