forked from Rapporter/pander
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
42 lines (42 loc) · 1.28 KB
/
DESCRIPTION
File metadata and controls
42 lines (42 loc) · 1.28 KB
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
Package: pander
Maintainer: Gergely Daróczi <daroczig@rapporter.net>
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's 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.
Author: Gergely Daróczi <daroczig@rapporter.net>
Version: 0.3.7
Date: 2013-05-27
URL: http://rapporter.github.com/pander
BugReports: https://github.com/rapporter/pander/issues
License: AGPL-3
Depends:
R (>= 2.15.0)
Imports:
methods,
digest,
tools
Suggests:
grid,
lattice,
ggplot2 (>= 0.9.2)
SystemRequirements: Pandoc (http://johnmacfarlane.net/pandoc) for exporting
markdown files to other formats.
Collate:
'helpers.R'
'S3.R'
'R5.R'
'brew.R'
'convert.R'
'evals.R'
'ess-functions.R'
'options.R'
'graph.R'
'pandoc.R'