forked from davidgohel/ReporteRs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
40 lines (40 loc) · 1.69 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
Package: ReporteRs
Type: Package
Title: Microsoft Word, Microsoft Powerpoint and HTML Documents Generation
Version: 0.8.3
Date: 2015-08-04
Authors@R: c(
person("David", "Gohel", role = c("aut", "cre"),
email = "david.gohel@lysis-consultants.fr"),
person("Bootstrap", role = c("ctb", "cph"),
comment = "Bootstrap development team"),
person("jQuery", role = c("ctb", "cph"),
comment = "The jQuery Foundation"),
person("Dmitry Baranovskiy", role = c("ctb", "cph"),
comment = "raphael javascript libraries" ) )
Author: David Gohel [aut, cre],
Bootstrap [ctb, cph] (Bootstrap development team),
jQuery [ctb, cph] (The jQuery Foundation),
Dmitry Baranovskiy [ctb, cph] (raphael javascript
libraries)
Maintainer: David Gohel <david.gohel@lysis-consultants.fr>
Description: Create Microsoft Word document (>=2007),
Microsoft Powerpoint document (>=2007) and HTML documents from R. There are
several features to let you format and present R outputs ; e.g. Editable
Vector Graphics, functions for complex tables reporting, reuse of corporate
template document (*.docx and *.pptx). You can use the package as a tool
for fast reporting and as a tool for reporting automation. The package does
not require any installation of Microsoft product to be able to write
Microsoft files (docx and pptx).
License: GPL-3
Copyright: See file COPYRIGHTS.
Depends:
R (>= 3.0),ReporteRsjars (>= 0.0.2)
Imports:
graphics, grDevices, rJava, utils
Suggests:
ggplot2
SystemRequirements: java (>= 1.6)
URL: http://davidgohel.github.io/ReporteRs/index.html,
http://groups.google.com/group/reporters-package
BugReports: https://github.com/davidgohel/ReporteRs/issues