forked from r-lib/gtable
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
38 lines (38 loc) · 1.14 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
Package: gtable
Title: Arrange 'Grobs' in Tables
Version: 0.3.5.9000
Authors@R: c(
person("Hadley", "Wickham", , "hadley@posit.co", role = "aut"),
person("Thomas Lin", "Pedersen", , "thomas.pedersen@posit.co", 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 (>= 3.5)
Imports:
cli,
glue,
grid,
lifecycle,
rlang (>= 1.1.0)
Suggests:
covr,
ggplot2,
knitr,
profvis,
rmarkdown,
testthat (>= 3.0.0)
VignetteBuilder:
knitr
Config/Needs/website: tidyverse/tidytemplate
Config/testthat/edition: 3
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.1