-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathDESCRIPTION
39 lines (39 loc) · 1.43 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
Package: MarkdownReports
Title: Generate Scientific Figures and Reports Easily
Version: 4.8.0
Authors@R:
person("Abel", "Vertesy", , "[email protected]", role = c("aut", "cre"))
Author: Abel Vertesy <[email protected]> [aut, cre]
Description: MarkdownReports is a set of R functions that allows you to
generate precise figures easily, and create clean markdown reports
about what you just discovered with your analysis script. It helps you
to: 1. Create scientifically accurate (annotated) figures with very
short code, making use of variable-, row- and columnnames. 2. Save
figures automatically as vector graphic (.pdf), that you can use from
presentation to posters anywhere. 3. Incorporate your figures
automatically in a markdown report file. 4. Describe your figures &
findings in the same report in a clear and nicely formatted way,
parsed from your variables into english sentences. 5. Share your
report, by exporting your report to .pdf, .html or .docx, or via
Github or a personal website.
License: GPL-3 + file LICENSE
BugReports: https://github.com/vertesy/MarkdownReports/issues
Depends:
CodeAndRoll2,
MarkdownHelpers,
Stringendo
Imports:
clipr,
colorRamps,
gplots,
grid,
pheatmap,
RColorBrewer,
ReadWriter,
sessioninfo,
VennDiagram,
vioplot
Encoding: UTF-8
Packaged: 2024-10-24 16:00:45.369786
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.1