forked from Rapporter/rapport
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
40 lines (40 loc) · 971 Bytes
/
DESCRIPTION
File metadata and controls
40 lines (40 loc) · 971 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
31
32
33
34
35
36
37
38
39
40
Package: rapport
Maintainer: Gergely Daróczi <[email protected]>
Title: A report templating system
Type: Package
Encoding: UTF-8
Description: A package that facilitates creation of reproducible statistical
report templates. Once created, rapport templates can be exported to
various external formats (HTML, LaTeX, PDF, ODT, etc.) with pandoc
converter as a backend.
Author: Aleksandar Blagotić <[email protected]> and Gergely Daróczi
Version: 0.4
Date: 2012-08-04
URL: http://rapport-package.info/
BugReports: https://github.com/rapporter/rapport/issues
License: AGPL-3
LazyData: yes
LazyLoad: yes
Depends:
R (>= 2.14.0),
lattice,
plyr,
pander
Imports:
grDevices,
reshape
Collate:
'export.R'
'graphs.R'
'init.R'
'ius2008.R'
'print.methods.R'
'rapport.R'
'rp_helpers.R'
'stat_helpers.R'
'stats_univar.R'
'tables.R'
'template.R'
'utils.R'
'tpl-check.R'