-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
55 lines (55 loc) · 1.27 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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
Package: figur
Type: Package
Title: Smart Handling of Figures, Tables and Code in RMarkdown Documents
Version: 1.0.1
Author: Piotr Tymoszuk
Maintainer: Piotr Tymoszuk <piotr.s.tymoszuk@gmail.com>
Description: Enables streamlined management, RMarkdown insertion
and referencing, disc saving, rendering of ggplot figures,
data frames and R code.
Keeps together the graphic/table/code object,
its final dimensions, legend, final file name and the evaluation result.
License: GPL-3
Encoding: UTF-8
LazyData: true
Depends:
generics,
R (>= 4.1.0)
Imports:
ggplot2,
purrr,
rlang,
stringi,
readr,
clipr,
bib2df,
flextable,
dplyr,
writexl
Suggests:
tidyverse,
cowplot,
knitr,
bookdown,
ggtext,
patchwork
Authors@R:
person(given = "Piotr",
family = "Tymoszuk",
role = c("aut", "cre"),
email = "piotr.s.tymoszuk@gmail.com",
comment = c(ORCID = "0000-0002-0398-6034"))
RoxygenNote: 7.2.3
Collate:
'classes.R'
'generics.R'
'imports.R'
'coercion.R'
'flextable_tools.R'
'general_oop.R'
'input_functions.R'
'markdown_tools.R'
'modif_functions.R'
'oop.R'
'tools.R'
'utils.R'