-
Notifications
You must be signed in to change notification settings - Fork 2
/
DESCRIPTION
41 lines (41 loc) · 1.5 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
Package: ggExpress
Title: ggExpress is the fastest way to create, annotate and export plots
in R
Version: 0.9.5
Authors@R:
person("Abel", "Vertesy", , "[email protected]", role = c("aut", "cre"))
Author: Abel Vertesy <[email protected]> [aut, cre]
Description: ggExpress 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 is ggplot-based
smaller brother of vertesy/MarkdownReports. 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/ggExpress/issues
Depends:
ggplot2,
ggpubr,
MarkdownHelpers,
Stringendo
Imports:
CodeAndRoll2,
cowplot,
ggVennDiagram,
MarkdownReports,
qs,
RColorBrewer,
tibble,
tictoc,
tidyr
Encoding: UTF-8
Packaged: 2024-10-24 15:50:59.849277
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.1