-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathDESCRIPTION
More file actions
56 lines (56 loc) · 1.97 KB
/
DESCRIPTION
File metadata and controls
56 lines (56 loc) · 1.97 KB
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
56
Type: Package
Package: gridify
Title: Enrich Figures and Tables with Custom Headers and Footers and More
Version: 0.7.7.9000
Authors@R: c(
person("Maciej", "Nasinski", , "Maciej.Nasinski@ucb.com", role = c("aut", "cre")),
person("Alexandra", "Wall", , "Alexandra.Wall@ucb.com", role = "aut"),
person("Sarah", "Robson", , "Sarah.Robson2@ucb.com", role = "aut"),
person("Pritish", "Dash", , "Pritish.Dash@ucb.com", role = "aut"),
person("Jennifer", "Winick-Ng", , "Jennifer.Winick-Ng@ucb.com", role = "aut"),
person("Lily", "Nan", , "Lily.Nan@ucb.com", role = "ctb"),
person("Alphonse", "Kwizera", , "Alphonse.Kwizera@ucb.com", role = "ctb"),
person("Agota", "Bodoni", , "Agota.Bodoni@ucb.com", role = "ctb"),
person("Eilis", "Meldrum-Dolan", , "Eilis.Meldrum-Dolan@ucb.com", role = "ctb"),
person("Gary", "Cao", , "Gary.Cao@ucb.com", role = "ctb"),
person("UCB S.A., Belgium", role = c("cph", "fnd"))
)
Description: A simple and flexible tool designed to create enriched figures and tables by providing a way to add text
around them through predefined or custom layouts.
Any input which is convertible to 'grob' is supported, like 'ggplot', 'gt' or 'flextable'.
Based on R 'grid' graphics, for more details see Paul Murrell (2018) <doi:10.1201/9780429422768>.
License: Apache License 2.0
URL: https://pharmaverse.github.io/gridify/
BugReports: https://github.com/pharmaverse/gridify/issues
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.3
Imports:
grDevices,
grid,
methods
Suggests:
flextable (>= 0.8.0),
ggplot2,
gridGraphics,
gt (>= 0.11.0),
gtable,
knitr,
magrittr,
rmarkdown,
spelling,
testthat (>= 3.0.0)
Collate:
grid_utils.R
gridify-classes.R
gridify-methods.R
ansi_colour.R
simple_layout.R
complex_layout.R
pharma_layout.R
get_layouts.R
layout_issues.R
pagination_utils.R
VignetteBuilder: knitr
Config/testthat/edition: 3
Language: en-GB