Package: gtable Title: Arrange 'Grobs' in Tables Version: 0.3.6.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"), comment = c(ROR = "03wc8by49")) ) 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.1) 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: 2025-04-25 Encoding: UTF-8 Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.2 Repository: https://r-lib.r-universe.dev Date/Publication: 2025-04-25 08:54:19 UTC RemoteUrl: https://github.com/r-lib/gtable RemoteRef: HEAD RemoteSha: c017439b0f6132b79b9dfefb265b36238df0bdba NeedsCompilation: no Packaged: 2026-07-06 12:59:11 UTC; root Author: Hadley Wickham [aut], Thomas Lin Pedersen [aut, cre], Posit Software, PBC [cph, fnd] (ROR: ) Maintainer: Thomas Lin Pedersen