-
Notifications
You must be signed in to change notification settings - Fork 18
/
DESCRIPTION
40 lines (40 loc) · 1.18 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: gtable
Title: Arrange 'Grobs' in Tables
Version: 0.3.6.9000
Authors@R: c(
person("Hadley", "Wickham", , "[email protected]", role = "aut"),
person("Thomas Lin", "Pedersen", , "[email protected]", role = c("aut", "cre")),
person("Posit Software, PBC", role = c("cph", "fnd"))
)
Description: Tools to make it easier to work with "tables" of 'grobs'. The
'gtable' package defines a 'gtable' grob class that specifies a grid
along with a list of grobs and their placement in the grid. Further
the package makes it easy to manipulate and combine 'gtable' objects
so that complex compositions can be built up sequentially.
License: MIT + file LICENSE
URL: https://gtable.r-lib.org, https://github.com/r-lib/gtable
BugReports: https://github.com/r-lib/gtable/issues
Depends:
R (>= 4.0)
Imports:
cli,
glue,
grid,
lifecycle,
rlang (>= 1.1.0),
stats
Suggests:
covr,
ggplot2,
knitr,
profvis,
rmarkdown,
testthat (>= 3.0.0)
VignetteBuilder:
knitr
Config/Needs/website: tidyverse/tidytemplate
Config/testthat/edition: 3
Config/usethis/last-upkeep: 2024-10-25
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2